Shades of Claret #711C33
Tints of Claret #711C33
RGB
CMYK
RGB Variations
Color information
#711C33 (or 0x711C33) is known color: Claret. HEX triplet: 71, 1C and 33. RGB value is (113,28,51). Sum of RGB (Red+Green+Blue) = 113+28+51=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #711C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C33 is #8EE3CC. Grayscale: #383838. Windows color (decimal): -9364429 or 3349617. OLE color: 3349617.
HSL color Cylindrical-coordinate representation of color #711C33: hue angle of 343.76º 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 #711C33 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 51 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.56 |
| HSL | 343.76º | 0.6% | 0.28% | - |
| HSV(B) | 343.76º | 0.75% | 0.44% | - |
| XYZ | 7.82 | 4.58 | 3.6 | - |
| YUV | 56.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 51 | 0 | 0.75 | 0.55 | 0.56 | 343.76 | 0.6 | 0.28 |
| Hex | 71 | 1C | 33 | 0 | 4B | 37 | 38 | 158 | 3C | 1C |
| Octal | 161 | 34 | 63 | 0 | 113 | 67 | 70 | 530 | 74 | 34 |
| Binary | 1110001 | 11100 | 110011 | 0 | 1001011 | 110111 | 111000 | 101011000 | 111100 | 11100 |
Color Harmonies of #711C33
Complementary color
Monochromatic Colors of #711C33
Black with #711C33
Text Example
Text Example
White with #711C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C33; }
p { color: rgb(113,28,51); }
H1.HeaderClassName
{
color: #711C33;
}
.AnyTagClassName
{
color: #711C33;
}
</style>
background-color css
<style>
a { background-color: #711C33; }
a { background-color: rgb(113,28,51); }
div.DivClassName
{
background-color: #711C33;
}
.BgClassName
{
background-color: #711C33;
}
</style>
border-color css
<style>
span { border-color: #711C33; }
span { border-color: rgb(113,28,51); }
td.TdClassName
{
border-color: #711C33;
}
.TagClassName
{
border-color: #711C33;
}
</style>