Shades of Claret #731C32
Tints of Claret #731C32
RGB
CMYK
RGB Variations
Color information
#731C32 (or 0x731C32) is known color: Claret. HEX triplet: 73, 1C and 32. RGB value is (115,28,50). Sum of RGB (Red+Green+Blue) = 115+28+50=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #731C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C32 is #8CE3CD. Grayscale: #383838. Windows color (decimal): -9233358 or 3284083. OLE color: 3284083.
HSL color Cylindrical-coordinate representation of color #731C32: hue angle of 344.83º 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 #731C32 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 50 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.55 |
| HSL | 344.83º | 0.61% | 0.28% | - |
| HSV(B) | 344.83º | 0.76% | 0.45% | - |
| XYZ | 8.06 | 4.71 | 3.5 | - |
| YUV | 56.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 50 | 0 | 0.76 | 0.57 | 0.55 | 344.83 | 0.61 | 0.28 |
| Hex | 73 | 1C | 32 | 0 | 4C | 39 | 37 | 159 | 3D | 1C |
| Octal | 163 | 34 | 62 | 0 | 114 | 71 | 67 | 531 | 75 | 34 |
| Binary | 1110011 | 11100 | 110010 | 0 | 1001100 | 111001 | 110111 | 101011001 | 111101 | 11100 |
Color Harmonies of #731C32
Complementary color
Monochromatic Colors of #731C32
Black with #731C32
Text Example
Text Example
White with #731C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C32; }
p { color: rgb(115,28,50); }
H1.HeaderClassName
{
color: #731C32;
}
.AnyTagClassName
{
color: #731C32;
}
</style>
background-color css
<style>
a { background-color: #731C32; }
a { background-color: rgb(115,28,50); }
div.DivClassName
{
background-color: #731C32;
}
.BgClassName
{
background-color: #731C32;
}
</style>
border-color css
<style>
span { border-color: #731C32; }
span { border-color: rgb(115,28,50); }
td.TdClassName
{
border-color: #731C32;
}
.TagClassName
{
border-color: #731C32;
}
</style>