Shades of Claret #712334
Tints of Claret #712334
RGB
CMYK
RGB Variations
Color information
#712334 (or 0x712334) is known color: Claret. HEX triplet: 71, 23 and 34. RGB value is (113,35,52). Sum of RGB (Red+Green+Blue) = 113+35+52=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #712334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712334 is #8EDCCB. Grayscale: #3C3C3C. Windows color (decimal): -9362636 or 3416945. OLE color: 3416945.
HSL color Cylindrical-coordinate representation of color #712334: hue angle of 346.92º 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 #712334 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 52 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.56 |
| HSL | 346.92º | 0.53% | 0.29% | - |
| HSV(B) | 346.92º | 0.69% | 0.44% | - |
| XYZ | 8.03 | 4.96 | 3.78 | - |
| YUV | 60.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 52 | 0 | 0.69 | 0.54 | 0.56 | 346.92 | 0.53 | 0.29 |
| Hex | 71 | 23 | 34 | 0 | 45 | 36 | 38 | 15B | 35 | 1D |
| Octal | 161 | 43 | 64 | 0 | 105 | 66 | 70 | 533 | 65 | 35 |
| Binary | 1110001 | 100011 | 110100 | 0 | 1000101 | 110110 | 111000 | 101011011 | 110101 | 11101 |
Color Harmonies of #712334
Complementary color
Monochromatic Colors of #712334
Black with #712334
Text Example
Text Example
White with #712334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712334; }
p { color: rgb(113,35,52); }
H1.HeaderClassName
{
color: #712334;
}
.AnyTagClassName
{
color: #712334;
}
</style>
background-color css
<style>
a { background-color: #712334; }
a { background-color: rgb(113,35,52); }
div.DivClassName
{
background-color: #712334;
}
.BgClassName
{
background-color: #712334;
}
</style>
border-color css
<style>
span { border-color: #712334; }
span { border-color: rgb(113,35,52); }
td.TdClassName
{
border-color: #712334;
}
.TagClassName
{
border-color: #712334;
}
</style>