Shades of Claret #651C34
Tints of Claret #651C34
RGB
CMYK
RGB Variations
Color information
#651C34 (or 0x651C34) is known color: Claret. HEX triplet: 65, 1C and 34. RGB value is (101,28,52). Sum of RGB (Red+Green+Blue) = 101+28+52=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #651C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C34 is #9AE3CB. Grayscale: #343434. Windows color (decimal): -10150860 or 3415141. OLE color: 3415141.
HSL color Cylindrical-coordinate representation of color #651C34: hue angle of 340.27º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C34 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 52 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.60 |
| HSL | 340.27º | 0.57% | 0.25% | - |
| HSV(B) | 340.27º | 0.72% | 0.4% | - |
| XYZ | 6.4 | 3.85 | 3.65 | - |
| YUV | 52.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 52 | 0 | 0.72 | 0.49 | 0.60 | 340.27 | 0.57 | 0.25 |
| Hex | 65 | 1C | 34 | 0 | 48 | 31 | 3C | 154 | 39 | 19 |
| Octal | 145 | 34 | 64 | 0 | 110 | 61 | 74 | 524 | 71 | 31 |
| Binary | 1100101 | 11100 | 110100 | 0 | 1001000 | 110001 | 111100 | 101010100 | 111001 | 11001 |
Color Harmonies of #651C34
Complementary color
Monochromatic Colors of #651C34
Black with #651C34
Text Example
Text Example
White with #651C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C34; }
p { color: rgb(101,28,52); }
H1.HeaderClassName
{
color: #651C34;
}
.AnyTagClassName
{
color: #651C34;
}
</style>
background-color css
<style>
a { background-color: #651C34; }
a { background-color: rgb(101,28,52); }
div.DivClassName
{
background-color: #651C34;
}
.BgClassName
{
background-color: #651C34;
}
</style>
border-color css
<style>
span { border-color: #651C34; }
span { border-color: rgb(101,28,52); }
td.TdClassName
{
border-color: #651C34;
}
.TagClassName
{
border-color: #651C34;
}
</style>