Shades of Claret #651A32
Tints of Claret #651A32
RGB
CMYK
RGB Variations
Color information
#651A32 (or 0x651A32) is known color: Claret. HEX triplet: 65, 1A and 32. RGB value is (101,26,50). Sum of RGB (Red+Green+Blue) = 101+26+50=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #651A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A32 is #9AE5CD. Grayscale: #333333. Windows color (decimal): -10151374 or 3283557. OLE color: 3283557.
HSL color Cylindrical-coordinate representation of color #651A32: hue angle of 340.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651A32 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 50 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.60 |
| HSL | 340.8º | 0.59% | 0.25% | - |
| HSV(B) | 340.8º | 0.74% | 0.4% | - |
| XYZ | 6.31 | 3.74 | 3.41 | - |
| YUV | 51.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 50 | 0 | 0.74 | 0.50 | 0.60 | 340.8 | 0.59 | 0.25 |
| Hex | 65 | 1A | 32 | 0 | 4A | 32 | 3C | 155 | 3B | 19 |
| Octal | 145 | 32 | 62 | 0 | 112 | 62 | 74 | 525 | 73 | 31 |
| Binary | 1100101 | 11010 | 110010 | 0 | 1001010 | 110010 | 111100 | 101010101 | 111011 | 11001 |
Color Harmonies of #651A32
Complementary color
Monochromatic Colors of #651A32
Black with #651A32
Text Example
Text Example
White with #651A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A32; }
p { color: rgb(101,26,50); }
H1.HeaderClassName
{
color: #651A32;
}
.AnyTagClassName
{
color: #651A32;
}
</style>
background-color css
<style>
a { background-color: #651A32; }
a { background-color: rgb(101,26,50); }
div.DivClassName
{
background-color: #651A32;
}
.BgClassName
{
background-color: #651A32;
}
</style>
border-color css
<style>
span { border-color: #651A32; }
span { border-color: rgb(101,26,50); }
td.TdClassName
{
border-color: #651A32;
}
.TagClassName
{
border-color: #651A32;
}
</style>