Shades of Claret #711C36
Tints of Claret #711C36
RGB
CMYK
RGB Variations
Color information
#711C36 (or 0x711C36) is known color: Claret. HEX triplet: 71, 1C and 36. RGB value is (113,28,54). Sum of RGB (Red+Green+Blue) = 113+28+54=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #711C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C36 is #8EE3C9. Grayscale: #383838. Windows color (decimal): -9364426 or 3546225. OLE color: 3546225.
HSL color Cylindrical-coordinate representation of color #711C36: hue angle of 341.65º 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 #711C36 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 54 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.56 |
| HSL | 341.65º | 0.6% | 0.28% | - |
| HSV(B) | 341.65º | 0.75% | 0.44% | - |
| XYZ | 7.89 | 4.61 | 3.96 | - |
| YUV | 56.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 54 | 0 | 0.75 | 0.52 | 0.56 | 341.65 | 0.6 | 0.28 |
| Hex | 71 | 1C | 36 | 0 | 4B | 34 | 38 | 156 | 3C | 1C |
| Octal | 161 | 34 | 66 | 0 | 113 | 64 | 70 | 526 | 74 | 34 |
| Binary | 1110001 | 11100 | 110110 | 0 | 1001011 | 110100 | 111000 | 101010110 | 111100 | 11100 |
Color Harmonies of #711C36
Complementary color
Monochromatic Colors of #711C36
Black with #711C36
Text Example
Text Example
White with #711C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C36; }
p { color: rgb(113,28,54); }
H1.HeaderClassName
{
color: #711C36;
}
.AnyTagClassName
{
color: #711C36;
}
</style>
background-color css
<style>
a { background-color: #711C36; }
a { background-color: rgb(113,28,54); }
div.DivClassName
{
background-color: #711C36;
}
.BgClassName
{
background-color: #711C36;
}
</style>
border-color css
<style>
span { border-color: #711C36; }
span { border-color: rgb(113,28,54); }
td.TdClassName
{
border-color: #711C36;
}
.TagClassName
{
border-color: #711C36;
}
</style>