Shades of Claret #662833
Tints of Claret #662833
RGB
CMYK
RGB Variations
Color information
#662833 (or 0x662833) is known color: Claret. HEX triplet: 66, 28 and 33. RGB value is (102,40,51). Sum of RGB (Red+Green+Blue) = 102+40+51=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #662833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662833 is #99D7CC. Grayscale: #3B3B3B. Windows color (decimal): -10082253 or 3352678. OLE color: 3352678.
HSL color Cylindrical-coordinate representation of color #662833: hue angle of 349.35º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662833 is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 51 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.6 |
| HSL | 349.35º | 0.44% | 0.28% | - |
| HSV(B) | 349.35º | 0.61% | 0.4% | - |
| XYZ | 6.84 | 4.58 | 3.66 | - |
| YUV | 59.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 51 | 0 | 0.61 | 0.5 | 0.6 | 349.35 | 0.44 | 0.28 |
| Hex | 66 | 28 | 33 | 0 | 3D | 32 | 3C | 15D | 2C | 1C |
| Octal | 146 | 50 | 63 | 0 | 75 | 62 | 74 | 535 | 54 | 34 |
| Binary | 1100110 | 101000 | 110011 | 0 | 111101 | 110010 | 111100 | 101011101 | 101100 | 11100 |
Color Harmonies of #662833
Complementary color
Monochromatic Colors of #662833
Black with #662833
Text Example
Text Example
White with #662833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662833; }
p { color: rgb(102,40,51); }
H1.HeaderClassName
{
color: #662833;
}
.AnyTagClassName
{
color: #662833;
}
</style>
background-color css
<style>
a { background-color: #662833; }
a { background-color: rgb(102,40,51); }
div.DivClassName
{
background-color: #662833;
}
.BgClassName
{
background-color: #662833;
}
</style>
border-color css
<style>
span { border-color: #662833; }
span { border-color: rgb(102,40,51); }
td.TdClassName
{
border-color: #662833;
}
.TagClassName
{
border-color: #662833;
}
</style>