Shades of Claret #731C31
Tints of Claret #731C31
RGB
CMYK
RGB Variations
Color information
#731C31 (or 0x731C31) is known color: Claret. HEX triplet: 73, 1C and 31. RGB value is (115,28,49). Sum of RGB (Red+Green+Blue) = 115+28+49=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #731C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C31 is #8CE3CE. Grayscale: #383838. Windows color (decimal): -9233359 or 3218547. OLE color: 3218547.
HSL color Cylindrical-coordinate representation of color #731C31: hue angle of 345.52º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C31 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 49 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.55 |
| HSL | 345.52º | 0.61% | 0.28% | - |
| HSV(B) | 345.52º | 0.76% | 0.45% | - |
| XYZ | 8.04 | 4.7 | 3.39 | - |
| YUV | 56.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 49 | 0 | 0.76 | 0.57 | 0.55 | 345.52 | 0.61 | 0.28 |
| Hex | 73 | 1C | 31 | 0 | 4C | 39 | 37 | 15A | 3D | 1C |
| Octal | 163 | 34 | 61 | 0 | 114 | 71 | 67 | 532 | 75 | 34 |
| Binary | 1110011 | 11100 | 110001 | 0 | 1001100 | 111001 | 110111 | 101011010 | 111101 | 11100 |
Color Harmonies of #731C31
Complementary color
Monochromatic Colors of #731C31
Black with #731C31
Text Example
Text Example
White with #731C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C31; }
p { color: rgb(115,28,49); }
H1.HeaderClassName
{
color: #731C31;
}
.AnyTagClassName
{
color: #731C31;
}
</style>
background-color css
<style>
a { background-color: #731C31; }
a { background-color: rgb(115,28,49); }
div.DivClassName
{
background-color: #731C31;
}
.BgClassName
{
background-color: #731C31;
}
</style>
border-color css
<style>
span { border-color: #731C31; }
span { border-color: rgb(115,28,49); }
td.TdClassName
{
border-color: #731C31;
}
.TagClassName
{
border-color: #731C31;
}
</style>