Shades of Claret #712336
Tints of Claret #712336
RGB
CMYK
RGB Variations
Color information
#712336 (or 0x712336) is known color: Claret. HEX triplet: 71, 23 and 36. RGB value is (113,35,54). Sum of RGB (Red+Green+Blue) = 113+35+54=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #712336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712336 is #8EDCC9. Grayscale: #3C3C3C. Windows color (decimal): -9362634 or 3548017. OLE color: 3548017.
HSL color Cylindrical-coordinate representation of color #712336: hue angle of 345.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712336 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 54 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.56 |
| HSL | 345.38º | 0.53% | 0.29% | - |
| HSV(B) | 345.38º | 0.69% | 0.44% | - |
| XYZ | 8.08 | 4.98 | 4.03 | - |
| YUV | 60.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 54 | 0 | 0.69 | 0.52 | 0.56 | 345.38 | 0.53 | 0.29 |
| Hex | 71 | 23 | 36 | 0 | 45 | 34 | 38 | 159 | 35 | 1D |
| Octal | 161 | 43 | 66 | 0 | 105 | 64 | 70 | 531 | 65 | 35 |
| Binary | 1110001 | 100011 | 110110 | 0 | 1000101 | 110100 | 111000 | 101011001 | 110101 | 11101 |
Color Harmonies of #712336
Complementary color
Monochromatic Colors of #712336
Black with #712336
Text Example
Text Example
White with #712336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712336; }
p { color: rgb(113,35,54); }
H1.HeaderClassName
{
color: #712336;
}
.AnyTagClassName
{
color: #712336;
}
</style>
background-color css
<style>
a { background-color: #712336; }
a { background-color: rgb(113,35,54); }
div.DivClassName
{
background-color: #712336;
}
.BgClassName
{
background-color: #712336;
}
</style>
border-color css
<style>
span { border-color: #712336; }
span { border-color: rgb(113,35,54); }
td.TdClassName
{
border-color: #712336;
}
.TagClassName
{
border-color: #712336;
}
</style>