Shades of Claret #661832
Tints of Claret #661832
RGB
CMYK
RGB Variations
Color information
#661832 (or 0x661832) is known color: Claret. HEX triplet: 66, 18 and 32. RGB value is (102,24,50). Sum of RGB (Red+Green+Blue) = 102+24+50=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #661832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661832 is #99E7CD. Grayscale: #323232. Windows color (decimal): -10086350 or 3283046. OLE color: 3283046.
HSL color Cylindrical-coordinate representation of color #661832: hue angle of 340º 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 #661832 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 50 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.6 |
| HSL | 340º | 0.62% | 0.25% | - |
| HSV(B) | 340º | 0.76% | 0.4% | - |
| XYZ | 6.38 | 3.71 | 3.4 | - |
| YUV | 50.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 50 | 0 | 0.76 | 0.51 | 0.6 | 340 | 0.62 | 0.25 |
| Hex | 66 | 18 | 32 | 0 | 4C | 33 | 3C | 154 | 3E | 19 |
| Octal | 146 | 30 | 62 | 0 | 114 | 63 | 74 | 524 | 76 | 31 |
| Binary | 1100110 | 11000 | 110010 | 0 | 1001100 | 110011 | 111100 | 101010100 | 111110 | 11001 |
Color Harmonies of #661832
Complementary color
Monochromatic Colors of #661832
Black with #661832
Text Example
Text Example
White with #661832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661832; }
p { color: rgb(102,24,50); }
H1.HeaderClassName
{
color: #661832;
}
.AnyTagClassName
{
color: #661832;
}
</style>
background-color css
<style>
a { background-color: #661832; }
a { background-color: rgb(102,24,50); }
div.DivClassName
{
background-color: #661832;
}
.BgClassName
{
background-color: #661832;
}
</style>
border-color css
<style>
span { border-color: #661832; }
span { border-color: rgb(102,24,50); }
td.TdClassName
{
border-color: #661832;
}
.TagClassName
{
border-color: #661832;
}
</style>