Shades of Claret #651935
Tints of Claret #651935
RGB
CMYK
RGB Variations
Color information
#651935 (or 0x651935) is known color: Claret. HEX triplet: 65, 19 and 35. RGB value is (101,25,53). Sum of RGB (Red+Green+Blue) = 101+25+53=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #651935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651935 is #9AE6CA. Grayscale: #323232. Windows color (decimal): -10151627 or 3479909. OLE color: 3479909.
HSL color Cylindrical-coordinate representation of color #651935: hue angle of 337.89º 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 #651935 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 53 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.60 |
| HSL | 337.89º | 0.6% | 0.25% | - |
| HSV(B) | 337.89º | 0.75% | 0.4% | - |
| XYZ | 6.36 | 3.72 | 3.75 | - |
| YUV | 50.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 53 | 0 | 0.75 | 0.48 | 0.60 | 337.89 | 0.6 | 0.25 |
| Hex | 65 | 19 | 35 | 0 | 4B | 30 | 3C | 152 | 3C | 19 |
| Octal | 145 | 31 | 65 | 0 | 113 | 60 | 74 | 522 | 74 | 31 |
| Binary | 1100101 | 11001 | 110101 | 0 | 1001011 | 110000 | 111100 | 101010010 | 111100 | 11001 |
Color Harmonies of #651935
Complementary color
Monochromatic Colors of #651935
Black with #651935
Text Example
Text Example
White with #651935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651935; }
p { color: rgb(101,25,53); }
H1.HeaderClassName
{
color: #651935;
}
.AnyTagClassName
{
color: #651935;
}
</style>
background-color css
<style>
a { background-color: #651935; }
a { background-color: rgb(101,25,53); }
div.DivClassName
{
background-color: #651935;
}
.BgClassName
{
background-color: #651935;
}
</style>
border-color css
<style>
span { border-color: #651935; }
span { border-color: rgb(101,25,53); }
td.TdClassName
{
border-color: #651935;
}
.TagClassName
{
border-color: #651935;
}
</style>