Shades of Claret #651933
Tints of Claret #651933
RGB
CMYK
RGB Variations
Color information
#651933 (or 0x651933) is known color: Claret. HEX triplet: 65, 19 and 33. RGB value is (101,25,51). Sum of RGB (Red+Green+Blue) = 101+25+51=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #651933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651933 is #9AE6CC. Grayscale: #323232. Windows color (decimal): -10151629 or 3348837. OLE color: 3348837.
HSL color Cylindrical-coordinate representation of color #651933: hue angle of 339.47º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651933 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 51 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.60 |
| HSL | 339.47º | 0.6% | 0.25% | - |
| HSV(B) | 339.47º | 0.75% | 0.4% | - |
| XYZ | 6.31 | 3.7 | 3.51 | - |
| YUV | 50.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 51 | 0 | 0.75 | 0.50 | 0.60 | 339.47 | 0.6 | 0.25 |
| Hex | 65 | 19 | 33 | 0 | 4B | 32 | 3C | 153 | 3C | 19 |
| Octal | 145 | 31 | 63 | 0 | 113 | 62 | 74 | 523 | 74 | 31 |
| Binary | 1100101 | 11001 | 110011 | 0 | 1001011 | 110010 | 111100 | 101010011 | 111100 | 11001 |
Color Harmonies of #651933
Complementary color
Monochromatic Colors of #651933
Black with #651933
Text Example
Text Example
White with #651933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651933; }
p { color: rgb(101,25,51); }
H1.HeaderClassName
{
color: #651933;
}
.AnyTagClassName
{
color: #651933;
}
</style>
background-color css
<style>
a { background-color: #651933; }
a { background-color: rgb(101,25,51); }
div.DivClassName
{
background-color: #651933;
}
.BgClassName
{
background-color: #651933;
}
</style>
border-color css
<style>
span { border-color: #651933; }
span { border-color: rgb(101,25,51); }
td.TdClassName
{
border-color: #651933;
}
.TagClassName
{
border-color: #651933;
}
</style>