Shades of Claret #712534
Tints of Claret #712534
RGB
CMYK
RGB Variations
Color information
#712534 (or 0x712534) is known color: Claret. HEX triplet: 71, 25 and 34. RGB value is (113,37,52). Sum of RGB (Red+Green+Blue) = 113+37+52=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #712534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712534 is #8EDACB. Grayscale: #3D3D3D. Windows color (decimal): -9362124 or 3417457. OLE color: 3417457.
HSL color Cylindrical-coordinate representation of color #712534: hue angle of 348.16º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712534 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 52 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.56 |
| HSL | 348.16º | 0.51% | 0.29% | - |
| HSV(B) | 348.16º | 0.67% | 0.44% | - |
| XYZ | 8.09 | 5.08 | 3.8 | - |
| YUV | 61.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 52 | 0 | 0.67 | 0.54 | 0.56 | 348.16 | 0.51 | 0.29 |
| Hex | 71 | 25 | 34 | 0 | 43 | 36 | 38 | 15C | 33 | 1D |
| Octal | 161 | 45 | 64 | 0 | 103 | 66 | 70 | 534 | 63 | 35 |
| Binary | 1110001 | 100101 | 110100 | 0 | 1000011 | 110110 | 111000 | 101011100 | 110011 | 11101 |
Color Harmonies of #712534
Complementary color
Monochromatic Colors of #712534
Black with #712534
Text Example
Text Example
White with #712534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712534; }
p { color: rgb(113,37,52); }
H1.HeaderClassName
{
color: #712534;
}
.AnyTagClassName
{
color: #712534;
}
</style>
background-color css
<style>
a { background-color: #712534; }
a { background-color: rgb(113,37,52); }
div.DivClassName
{
background-color: #712534;
}
.BgClassName
{
background-color: #712534;
}
</style>
border-color css
<style>
span { border-color: #712534; }
span { border-color: rgb(113,37,52); }
td.TdClassName
{
border-color: #712534;
}
.TagClassName
{
border-color: #712534;
}
</style>