Shades of Claret #641A2F
Tints of Claret #641A2F
RGB
CMYK
RGB Variations
Color information
#641A2F (or 0x641A2F) is known color: Claret. HEX triplet: 64, 1A and 2F. RGB value is (100,26,47). Sum of RGB (Red+Green+Blue) = 100+26+47=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #641A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A2F is #9BE5D0. Grayscale: #323232. Windows color (decimal): -10216913 or 3086948. OLE color: 3086948.
HSL color Cylindrical-coordinate representation of color #641A2F: hue angle of 342.97º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A2F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 47 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.61 |
| HSL | 342.97º | 0.59% | 0.25% | - |
| HSV(B) | 342.97º | 0.74% | 0.39% | - |
| XYZ | 6.14 | 3.65 | 3.07 | - |
| YUV | 50.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 47 | 0 | 0.74 | 0.53 | 0.61 | 342.97 | 0.59 | 0.25 |
| Hex | 64 | 1A | 2F | 0 | 4A | 35 | 3D | 157 | 3B | 19 |
| Octal | 144 | 32 | 57 | 0 | 112 | 65 | 75 | 527 | 73 | 31 |
| Binary | 1100100 | 11010 | 101111 | 0 | 1001010 | 110101 | 111101 | 101010111 | 111011 | 11001 |
Color Harmonies of #641A2F
Complementary color
Monochromatic Colors of #641A2F
Black with #641A2F
Text Example
Text Example
White with #641A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A2F; }
p { color: rgb(100,26,47); }
H1.HeaderClassName
{
color: #641A2F;
}
.AnyTagClassName
{
color: #641A2F;
}
</style>
background-color css
<style>
a { background-color: #641A2F; }
a { background-color: rgb(100,26,47); }
div.DivClassName
{
background-color: #641A2F;
}
.BgClassName
{
background-color: #641A2F;
}
</style>
border-color css
<style>
span { border-color: #641A2F; }
span { border-color: rgb(100,26,47); }
td.TdClassName
{
border-color: #641A2F;
}
.TagClassName
{
border-color: #641A2F;
}
</style>