Shades of Claret #662234
Tints of Claret #662234
RGB
CMYK
RGB Variations
Color information
#662234 (or 0x662234) is known color: Claret. HEX triplet: 66, 22 and 34. RGB value is (102,34,52). Sum of RGB (Red+Green+Blue) = 102+34+52=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662234 is #99DDCB. Grayscale: #383838. Windows color (decimal): -10083788 or 3416678. OLE color: 3416678.
HSL color Cylindrical-coordinate representation of color #662234: hue angle of 344.12º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662234 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 52 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.6 |
| HSL | 344.12º | 0.5% | 0.27% | - |
| HSV(B) | 344.12º | 0.67% | 0.4% | - |
| XYZ | 6.67 | 4.22 | 3.71 | - |
| YUV | 56.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 52 | 0 | 0.67 | 0.49 | 0.6 | 344.12 | 0.5 | 0.27 |
| Hex | 66 | 22 | 34 | 0 | 43 | 31 | 3C | 158 | 32 | 1B |
| Octal | 146 | 42 | 64 | 0 | 103 | 61 | 74 | 530 | 62 | 33 |
| Binary | 1100110 | 100010 | 110100 | 0 | 1000011 | 110001 | 111100 | 101011000 | 110010 | 11011 |
Color Harmonies of #662234
Complementary color
Monochromatic Colors of #662234
Black with #662234
Text Example
Text Example
White with #662234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662234; }
p { color: rgb(102,34,52); }
H1.HeaderClassName
{
color: #662234;
}
.AnyTagClassName
{
color: #662234;
}
</style>
background-color css
<style>
a { background-color: #662234; }
a { background-color: rgb(102,34,52); }
div.DivClassName
{
background-color: #662234;
}
.BgClassName
{
background-color: #662234;
}
</style>
border-color css
<style>
span { border-color: #662234; }
span { border-color: rgb(102,34,52); }
td.TdClassName
{
border-color: #662234;
}
.TagClassName
{
border-color: #662234;
}
</style>