Shades of Claret #651E2F
Tints of Claret #651E2F
RGB
CMYK
RGB Variations
Color information
#651E2F (or 0x651E2F) is known color: Claret. HEX triplet: 65, 1E and 2F. RGB value is (101,30,47). Sum of RGB (Red+Green+Blue) = 101+30+47=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #651E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E2F is #9AE1D0. Grayscale: #353535. Windows color (decimal): -10150353 or 3087973. OLE color: 3087973.
HSL color Cylindrical-coordinate representation of color #651E2F: hue angle of 345.63º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #651E2F is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 47 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.60 |
| HSL | 345.63º | 0.54% | 0.26% | - |
| HSV(B) | 345.63º | 0.7% | 0.4% | - |
| XYZ | 6.34 | 3.9 | 3.11 | - |
| YUV | 53.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 47 | 0 | 0.70 | 0.53 | 0.60 | 345.63 | 0.54 | 0.26 |
| Hex | 65 | 1E | 2F | 0 | 46 | 35 | 3C | 15A | 36 | 1A |
| Octal | 145 | 36 | 57 | 0 | 106 | 65 | 74 | 532 | 66 | 32 |
| Binary | 1100101 | 11110 | 101111 | 0 | 1000110 | 110101 | 111100 | 101011010 | 110110 | 11010 |
Color Harmonies of #651E2F
Complementary color
Monochromatic Colors of #651E2F
Black with #651E2F
Text Example
Text Example
White with #651E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E2F; }
p { color: rgb(101,30,47); }
H1.HeaderClassName
{
color: #651E2F;
}
.AnyTagClassName
{
color: #651E2F;
}
</style>
background-color css
<style>
a { background-color: #651E2F; }
a { background-color: rgb(101,30,47); }
div.DivClassName
{
background-color: #651E2F;
}
.BgClassName
{
background-color: #651E2F;
}
</style>
border-color css
<style>
span { border-color: #651E2F; }
span { border-color: rgb(101,30,47); }
td.TdClassName
{
border-color: #651E2F;
}
.TagClassName
{
border-color: #651E2F;
}
</style>