Shades of Claret #712A36
Tints of Claret #712A36
RGB
CMYK
RGB Variations
Color information
#712A36 (or 0x712A36) is known color: Claret. HEX triplet: 71, 2A and 36. RGB value is (113,42,54). Sum of RGB (Red+Green+Blue) = 113+42+54=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #712A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A36 is #8ED5C9. Grayscale: #404040. Windows color (decimal): -9360842 or 3549809. OLE color: 3549809.
HSL color Cylindrical-coordinate representation of color #712A36: hue angle of 349.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A36 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 54 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.56 |
| HSL | 349.86º | 0.46% | 0.3% | - |
| HSV(B) | 349.86º | 0.63% | 0.44% | - |
| XYZ | 8.3 | 5.43 | 4.1 | - |
| YUV | 64.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 54 | 0 | 0.63 | 0.52 | 0.56 | 349.86 | 0.46 | 0.3 |
| Hex | 71 | 2A | 36 | 0 | 3F | 34 | 38 | 15E | 2E | 1E |
| Octal | 161 | 52 | 66 | 0 | 77 | 64 | 70 | 536 | 56 | 36 |
| Binary | 1110001 | 101010 | 110110 | 0 | 111111 | 110100 | 111000 | 101011110 | 101110 | 11110 |
Color Harmonies of #712A36
Complementary color
Monochromatic Colors of #712A36
Black with #712A36
Text Example
Text Example
White with #712A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A36; }
p { color: rgb(113,42,54); }
H1.HeaderClassName
{
color: #712A36;
}
.AnyTagClassName
{
color: #712A36;
}
</style>
background-color css
<style>
a { background-color: #712A36; }
a { background-color: rgb(113,42,54); }
div.DivClassName
{
background-color: #712A36;
}
.BgClassName
{
background-color: #712A36;
}
</style>
border-color css
<style>
span { border-color: #712A36; }
span { border-color: rgb(113,42,54); }
td.TdClassName
{
border-color: #712A36;
}
.TagClassName
{
border-color: #712A36;
}
</style>