Shades of Claret #651534
Tints of Claret #651534
RGB
CMYK
RGB Variations
Color information
#651534 (or 0x651534) is known color: Claret. HEX triplet: 65, 15 and 34. RGB value is (101,21,52). Sum of RGB (Red+Green+Blue) = 101+21+52=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #651534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651534 is #9AEACB. Grayscale: #303030. Windows color (decimal): -10152652 or 3413349. OLE color: 3413349.
HSL color Cylindrical-coordinate representation of color #651534: hue angle of 336.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651534 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 21 | 52 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.60 |
| HSL | 336.75º | 0.66% | 0.24% | - |
| HSV(B) | 336.75º | 0.79% | 0.4% | - |
| XYZ | 6.25 | 3.55 | 3.6 | - |
| YUV | 48.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 52 | 0 | 0.79 | 0.49 | 0.60 | 336.75 | 0.66 | 0.24 |
| Hex | 65 | 15 | 34 | 0 | 4F | 31 | 3C | 151 | 42 | 18 |
| Octal | 145 | 25 | 64 | 0 | 117 | 61 | 74 | 521 | 102 | 30 |
| Binary | 1100101 | 10101 | 110100 | 0 | 1001111 | 110001 | 111100 | 101010001 | 1000010 | 11000 |
Color Harmonies of #651534
Complementary color
Monochromatic Colors of #651534
Black with #651534
Text Example
Text Example
White with #651534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651534; }
p { color: rgb(101,21,52); }
H1.HeaderClassName
{
color: #651534;
}
.AnyTagClassName
{
color: #651534;
}
</style>
background-color css
<style>
a { background-color: #651534; }
a { background-color: rgb(101,21,52); }
div.DivClassName
{
background-color: #651534;
}
.BgClassName
{
background-color: #651534;
}
</style>
border-color css
<style>
span { border-color: #651534; }
span { border-color: rgb(101,21,52); }
td.TdClassName
{
border-color: #651534;
}
.TagClassName
{
border-color: #651534;
}
</style>