Shades of Claret #731E31
Tints of Claret #731E31
RGB
CMYK
RGB Variations
Color information
#731E31 (or 0x731E31) is known color: Claret. HEX triplet: 73, 1E and 31. RGB value is (115,30,49). Sum of RGB (Red+Green+Blue) = 115+30+49=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #731E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E31 is #8CE1CE. Grayscale: #393939. Windows color (decimal): -9232847 or 3219059. OLE color: 3219059.
HSL color Cylindrical-coordinate representation of color #731E31: hue angle of 346.59º 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 #731E31 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 49 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.55 |
| HSL | 346.59º | 0.59% | 0.28% | - |
| HSV(B) | 346.59º | 0.74% | 0.45% | - |
| XYZ | 8.09 | 4.8 | 3.4 | - |
| YUV | 57.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 49 | 0 | 0.74 | 0.57 | 0.55 | 346.59 | 0.59 | 0.28 |
| Hex | 73 | 1E | 31 | 0 | 4A | 39 | 37 | 15B | 3B | 1C |
| Octal | 163 | 36 | 61 | 0 | 112 | 71 | 67 | 533 | 73 | 34 |
| Binary | 1110011 | 11110 | 110001 | 0 | 1001010 | 111001 | 110111 | 101011011 | 111011 | 11100 |
Color Harmonies of #731E31
Complementary color
Monochromatic Colors of #731E31
Black with #731E31
Text Example
Text Example
White with #731E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E31; }
p { color: rgb(115,30,49); }
H1.HeaderClassName
{
color: #731E31;
}
.AnyTagClassName
{
color: #731E31;
}
</style>
background-color css
<style>
a { background-color: #731E31; }
a { background-color: rgb(115,30,49); }
div.DivClassName
{
background-color: #731E31;
}
.BgClassName
{
background-color: #731E31;
}
</style>
border-color css
<style>
span { border-color: #731E31; }
span { border-color: rgb(115,30,49); }
td.TdClassName
{
border-color: #731E31;
}
.TagClassName
{
border-color: #731E31;
}
</style>