Shades of Claret #731D33
Tints of Claret #731D33
RGB
CMYK
RGB Variations
Color information
#731D33 (or 0x731D33) is known color: Claret. HEX triplet: 73, 1D and 33. RGB value is (115,29,51). Sum of RGB (Red+Green+Blue) = 115+29+51=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D33 is #8CE2CC. Grayscale: #393939. Windows color (decimal): -9233101 or 3349875. OLE color: 3349875.
HSL color Cylindrical-coordinate representation of color #731D33: hue angle of 344.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D33 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 51 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.55 |
| HSL | 344.65º | 0.6% | 0.28% | - |
| HSV(B) | 344.65º | 0.75% | 0.45% | - |
| XYZ | 8.11 | 4.76 | 3.62 | - |
| YUV | 57.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 51 | 0 | 0.75 | 0.56 | 0.55 | 344.65 | 0.6 | 0.28 |
| Hex | 73 | 1D | 33 | 0 | 4B | 38 | 37 | 159 | 3C | 1C |
| Octal | 163 | 35 | 63 | 0 | 113 | 70 | 67 | 531 | 74 | 34 |
| Binary | 1110011 | 11101 | 110011 | 0 | 1001011 | 111000 | 110111 | 101011001 | 111100 | 11100 |
Color Harmonies of #731D33
Complementary color
Monochromatic Colors of #731D33
Black with #731D33
Text Example
Text Example
White with #731D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D33; }
p { color: rgb(115,29,51); }
H1.HeaderClassName
{
color: #731D33;
}
.AnyTagClassName
{
color: #731D33;
}
</style>
background-color css
<style>
a { background-color: #731D33; }
a { background-color: rgb(115,29,51); }
div.DivClassName
{
background-color: #731D33;
}
.BgClassName
{
background-color: #731D33;
}
</style>
border-color css
<style>
span { border-color: #731D33; }
span { border-color: rgb(115,29,51); }
td.TdClassName
{
border-color: #731D33;
}
.TagClassName
{
border-color: #731D33;
}
</style>