Shades of Claret #64172F
Tints of Claret #64172F
RGB
CMYK
RGB Variations
Color information
#64172F (or 0x64172F) is known color: Claret. HEX triplet: 64, 17 and 2F. RGB value is (100,23,47). Sum of RGB (Red+Green+Blue) = 100+23+47=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #64172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64172F is #9BE8D0. Grayscale: #303030. Windows color (decimal): -10217681 or 3086180. OLE color: 3086180.
HSL color Cylindrical-coordinate representation of color #64172F: hue angle of 341.3º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64172F is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 47 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.61 |
| HSL | 341.3º | 0.63% | 0.24% | - |
| HSV(B) | 341.3º | 0.77% | 0.39% | - |
| XYZ | 6.08 | 3.53 | 3.05 | - |
| YUV | 48.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 47 | 0 | 0.77 | 0.53 | 0.61 | 341.3 | 0.63 | 0.24 |
| Hex | 64 | 17 | 2F | 0 | 4D | 35 | 3D | 155 | 3F | 18 |
| Octal | 144 | 27 | 57 | 0 | 115 | 65 | 75 | 525 | 77 | 30 |
| Binary | 1100100 | 10111 | 101111 | 0 | 1001101 | 110101 | 111101 | 101010101 | 111111 | 11000 |
Color Harmonies of #64172F
Complementary color
Monochromatic Colors of #64172F
Black with #64172F
Text Example
Text Example
White with #64172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64172F; }
p { color: rgb(100,23,47); }
H1.HeaderClassName
{
color: #64172F;
}
.AnyTagClassName
{
color: #64172F;
}
</style>
background-color css
<style>
a { background-color: #64172F; }
a { background-color: rgb(100,23,47); }
div.DivClassName
{
background-color: #64172F;
}
.BgClassName
{
background-color: #64172F;
}
</style>
border-color css
<style>
span { border-color: #64172F; }
span { border-color: rgb(100,23,47); }
td.TdClassName
{
border-color: #64172F;
}
.TagClassName
{
border-color: #64172F;
}
</style>