Shades of Claret #721C3B
Tints of Claret #721C3B
RGB
CMYK
RGB Variations
Color information
#721C3B (or 0x721C3B) is known color: Claret. HEX triplet: 72, 1C and 3B. RGB value is (114,28,59). Sum of RGB (Red+Green+Blue) = 114+28+59=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C3B is #8DE3C4. Grayscale: #393939. Windows color (decimal): -9298885 or 3873906. OLE color: 3873906.
HSL color Cylindrical-coordinate representation of color #721C3B: hue angle of 338.37º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C3B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 59 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.55 |
| HSL | 338.37º | 0.61% | 0.28% | - |
| HSV(B) | 338.37º | 0.75% | 0.45% | - |
| XYZ | 8.14 | 4.72 | 4.62 | - |
| YUV | 57.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 59 | 0 | 0.75 | 0.48 | 0.55 | 338.37 | 0.61 | 0.28 |
| Hex | 72 | 1C | 3B | 0 | 4B | 30 | 37 | 152 | 3D | 1C |
| Octal | 162 | 34 | 73 | 0 | 113 | 60 | 67 | 522 | 75 | 34 |
| Binary | 1110010 | 11100 | 111011 | 0 | 1001011 | 110000 | 110111 | 101010010 | 111101 | 11100 |
Color Harmonies of #721C3B
Complementary color
Monochromatic Colors of #721C3B
Black with #721C3B
Text Example
Text Example
White with #721C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C3B; }
p { color: rgb(114,28,59); }
H1.HeaderClassName
{
color: #721C3B;
}
.AnyTagClassName
{
color: #721C3B;
}
</style>
background-color css
<style>
a { background-color: #721C3B; }
a { background-color: rgb(114,28,59); }
div.DivClassName
{
background-color: #721C3B;
}
.BgClassName
{
background-color: #721C3B;
}
</style>
border-color css
<style>
span { border-color: #721C3B; }
span { border-color: rgb(114,28,59); }
td.TdClassName
{
border-color: #721C3B;
}
.TagClassName
{
border-color: #721C3B;
}
</style>