Shades of Claret #731E33
Tints of Claret #731E33
RGB
CMYK
RGB Variations
Color information
#731E33 (or 0x731E33) is known color: Claret. HEX triplet: 73, 1E and 33. RGB value is (115,30,51). Sum of RGB (Red+Green+Blue) = 115+30+51=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #731E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E33 is #8CE1CC. Grayscale: #393939. Windows color (decimal): -9232845 or 3350131. OLE color: 3350131.
HSL color Cylindrical-coordinate representation of color #731E33: hue angle of 345.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E33 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 51 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.55 |
| HSL | 345.18º | 0.59% | 0.28% | - |
| HSV(B) | 345.18º | 0.74% | 0.45% | - |
| XYZ | 8.13 | 4.81 | 3.63 | - |
| YUV | 57.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 51 | 0 | 0.74 | 0.56 | 0.55 | 345.18 | 0.59 | 0.28 |
| Hex | 73 | 1E | 33 | 0 | 4A | 38 | 37 | 159 | 3B | 1C |
| Octal | 163 | 36 | 63 | 0 | 112 | 70 | 67 | 531 | 73 | 34 |
| Binary | 1110011 | 11110 | 110011 | 0 | 1001010 | 111000 | 110111 | 101011001 | 111011 | 11100 |
Color Harmonies of #731E33
Complementary color
Monochromatic Colors of #731E33
Black with #731E33
Text Example
Text Example
White with #731E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E33; }
p { color: rgb(115,30,51); }
H1.HeaderClassName
{
color: #731E33;
}
.AnyTagClassName
{
color: #731E33;
}
</style>
background-color css
<style>
a { background-color: #731E33; }
a { background-color: rgb(115,30,51); }
div.DivClassName
{
background-color: #731E33;
}
.BgClassName
{
background-color: #731E33;
}
</style>
border-color css
<style>
span { border-color: #731E33; }
span { border-color: rgb(115,30,51); }
td.TdClassName
{
border-color: #731E33;
}
.TagClassName
{
border-color: #731E33;
}
</style>