Shades of Claret #64202F
Tints of Claret #64202F
RGB
CMYK
RGB Variations
Color information
#64202F (or 0x64202F) is known color: Claret. HEX triplet: 64, 20 and 2F. RGB value is (100,32,47). Sum of RGB (Red+Green+Blue) = 100+32+47=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64202F is #9BDFD0. Grayscale: #363636. Windows color (decimal): -10215377 or 3088484. OLE color: 3088484.
HSL color Cylindrical-coordinate representation of color #64202F: hue angle of 346.76º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64202F is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 47 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.61 |
| HSL | 346.76º | 0.52% | 0.26% | - |
| HSV(B) | 346.76º | 0.68% | 0.39% | - |
| XYZ | 6.29 | 3.95 | 3.12 | - |
| YUV | 54.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 47 | 0 | 0.68 | 0.53 | 0.61 | 346.76 | 0.52 | 0.26 |
| Hex | 64 | 20 | 2F | 0 | 44 | 35 | 3D | 15B | 34 | 1A |
| Octal | 144 | 40 | 57 | 0 | 104 | 65 | 75 | 533 | 64 | 32 |
| Binary | 1100100 | 100000 | 101111 | 0 | 1000100 | 110101 | 111101 | 101011011 | 110100 | 11010 |
Color Harmonies of #64202F
Complementary color
Monochromatic Colors of #64202F
Black with #64202F
Text Example
Text Example
White with #64202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64202F; }
p { color: rgb(100,32,47); }
H1.HeaderClassName
{
color: #64202F;
}
.AnyTagClassName
{
color: #64202F;
}
</style>
background-color css
<style>
a { background-color: #64202F; }
a { background-color: rgb(100,32,47); }
div.DivClassName
{
background-color: #64202F;
}
.BgClassName
{
background-color: #64202F;
}
</style>
border-color css
<style>
span { border-color: #64202F; }
span { border-color: rgb(100,32,47); }
td.TdClassName
{
border-color: #64202F;
}
.TagClassName
{
border-color: #64202F;
}
</style>