Shades of Claret #711C30
Tints of Claret #711C30
RGB
CMYK
RGB Variations
Color information
#711C30 (or 0x711C30) is known color: Claret. HEX triplet: 71, 1C and 30. RGB value is (113,28,48). Sum of RGB (Red+Green+Blue) = 113+28+48=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #711C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C30 is #8EE3CF. Grayscale: #373737. Windows color (decimal): -9364432 or 3153009. OLE color: 3153009.
HSL color Cylindrical-coordinate representation of color #711C30: hue angle of 345.88º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C30 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 48 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.56 |
| HSL | 345.88º | 0.6% | 0.28% | - |
| HSV(B) | 345.88º | 0.75% | 0.44% | - |
| XYZ | 7.76 | 4.55 | 3.27 | - |
| YUV | 55.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 48 | 0 | 0.75 | 0.58 | 0.56 | 345.88 | 0.6 | 0.28 |
| Hex | 71 | 1C | 30 | 0 | 4B | 3A | 38 | 15A | 3C | 1C |
| Octal | 161 | 34 | 60 | 0 | 113 | 72 | 70 | 532 | 74 | 34 |
| Binary | 1110001 | 11100 | 110000 | 0 | 1001011 | 111010 | 111000 | 101011010 | 111100 | 11100 |
Color Harmonies of #711C30
Complementary color
Monochromatic Colors of #711C30
Black with #711C30
Text Example
Text Example
White with #711C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C30; }
p { color: rgb(113,28,48); }
H1.HeaderClassName
{
color: #711C30;
}
.AnyTagClassName
{
color: #711C30;
}
</style>
background-color css
<style>
a { background-color: #711C30; }
a { background-color: rgb(113,28,48); }
div.DivClassName
{
background-color: #711C30;
}
.BgClassName
{
background-color: #711C30;
}
</style>
border-color css
<style>
span { border-color: #711C30; }
span { border-color: rgb(113,28,48); }
td.TdClassName
{
border-color: #711C30;
}
.TagClassName
{
border-color: #711C30;
}
</style>