Shades of Claret #651834
Tints of Claret #651834
RGB
CMYK
RGB Variations
Color information
#651834 (or 0x651834) is known color: Claret. HEX triplet: 65, 18 and 34. RGB value is (101,24,52). Sum of RGB (Red+Green+Blue) = 101+24+52=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #651834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651834 is #9AE7CB. Grayscale: #323232. Windows color (decimal): -10151884 or 3414117. OLE color: 3414117.
HSL color Cylindrical-coordinate representation of color #651834: hue angle of 338.18º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #651834 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 52 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.60 |
| HSL | 338.18º | 0.62% | 0.25% | - |
| HSV(B) | 338.18º | 0.76% | 0.4% | - |
| XYZ | 6.31 | 3.67 | 3.62 | - |
| YUV | 50.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 52 | 0 | 0.76 | 0.49 | 0.60 | 338.18 | 0.62 | 0.25 |
| Hex | 65 | 18 | 34 | 0 | 4C | 31 | 3C | 152 | 3E | 19 |
| Octal | 145 | 30 | 64 | 0 | 114 | 61 | 74 | 522 | 76 | 31 |
| Binary | 1100101 | 11000 | 110100 | 0 | 1001100 | 110001 | 111100 | 101010010 | 111110 | 11001 |
Color Harmonies of #651834
Complementary color
Monochromatic Colors of #651834
Black with #651834
Text Example
Text Example
White with #651834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651834; }
p { color: rgb(101,24,52); }
H1.HeaderClassName
{
color: #651834;
}
.AnyTagClassName
{
color: #651834;
}
</style>
background-color css
<style>
a { background-color: #651834; }
a { background-color: rgb(101,24,52); }
div.DivClassName
{
background-color: #651834;
}
.BgClassName
{
background-color: #651834;
}
</style>
border-color css
<style>
span { border-color: #651834; }
span { border-color: rgb(101,24,52); }
td.TdClassName
{
border-color: #651834;
}
.TagClassName
{
border-color: #651834;
}
</style>