Shades of Claret #662733
Tints of Claret #662733
RGB
CMYK
RGB Variations
Color information
#662733 (or 0x662733) is known color: Claret. HEX triplet: 66, 27 and 33. RGB value is (102,39,51). Sum of RGB (Red+Green+Blue) = 102+39+51=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #662733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662733 is #99D8CC. Grayscale: #3B3B3B. Windows color (decimal): -10082509 or 3352422. OLE color: 3352422.
HSL color Cylindrical-coordinate representation of color #662733: hue angle of 348.57º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662733 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 51 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.6 |
| HSL | 348.57º | 0.45% | 0.28% | - |
| HSV(B) | 348.57º | 0.62% | 0.4% | - |
| XYZ | 6.8 | 4.51 | 3.64 | - |
| YUV | 59.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 51 | 0 | 0.62 | 0.5 | 0.6 | 348.57 | 0.45 | 0.28 |
| Hex | 66 | 27 | 33 | 0 | 3E | 32 | 3C | 15D | 2D | 1C |
| Octal | 146 | 47 | 63 | 0 | 76 | 62 | 74 | 535 | 55 | 34 |
| Binary | 1100110 | 100111 | 110011 | 0 | 111110 | 110010 | 111100 | 101011101 | 101101 | 11100 |
Color Harmonies of #662733
Complementary color
Monochromatic Colors of #662733
Black with #662733
Text Example
Text Example
White with #662733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662733; }
p { color: rgb(102,39,51); }
H1.HeaderClassName
{
color: #662733;
}
.AnyTagClassName
{
color: #662733;
}
</style>
background-color css
<style>
a { background-color: #662733; }
a { background-color: rgb(102,39,51); }
div.DivClassName
{
background-color: #662733;
}
.BgClassName
{
background-color: #662733;
}
</style>
border-color css
<style>
span { border-color: #662733; }
span { border-color: rgb(102,39,51); }
td.TdClassName
{
border-color: #662733;
}
.TagClassName
{
border-color: #662733;
}
</style>