Shades of Claret #651433
Tints of Claret #651433
RGB
CMYK
RGB Variations
Color information
#651433 (or 0x651433) is known color: Claret. HEX triplet: 65, 14 and 33. RGB value is (101,20,51). Sum of RGB (Red+Green+Blue) = 101+20+51=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #651433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651433 is #9AEBCC. Grayscale: #2F2F2F. Windows color (decimal): -10152909 or 3347557. OLE color: 3347557.
HSL color Cylindrical-coordinate representation of color #651433: hue angle of 337.04º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651433 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 51 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.60 |
| HSL | 337.04º | 0.67% | 0.24% | - |
| HSV(B) | 337.04º | 0.8% | 0.4% | - |
| XYZ | 6.21 | 3.51 | 3.48 | - |
| YUV | 47.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 51 | 0 | 0.80 | 0.50 | 0.60 | 337.04 | 0.67 | 0.24 |
| Hex | 65 | 14 | 33 | 0 | 50 | 32 | 3C | 151 | 43 | 18 |
| Octal | 145 | 24 | 63 | 0 | 120 | 62 | 74 | 521 | 103 | 30 |
| Binary | 1100101 | 10100 | 110011 | 0 | 1010000 | 110010 | 111100 | 101010001 | 1000011 | 11000 |
Color Harmonies of #651433
Complementary color
Monochromatic Colors of #651433
Black with #651433
Text Example
Text Example
White with #651433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651433; }
p { color: rgb(101,20,51); }
H1.HeaderClassName
{
color: #651433;
}
.AnyTagClassName
{
color: #651433;
}
</style>
background-color css
<style>
a { background-color: #651433; }
a { background-color: rgb(101,20,51); }
div.DivClassName
{
background-color: #651433;
}
.BgClassName
{
background-color: #651433;
}
</style>
border-color css
<style>
span { border-color: #651433; }
span { border-color: rgb(101,20,51); }
td.TdClassName
{
border-color: #651433;
}
.TagClassName
{
border-color: #651433;
}
</style>