Shades of Claret #662634
Tints of Claret #662634
RGB
CMYK
RGB Variations
Color information
#662634 (or 0x662634) is known color: Claret. HEX triplet: 66, 26 and 34. RGB value is (102,38,52). Sum of RGB (Red+Green+Blue) = 102+38+52=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #662634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662634 is #99D9CB. Grayscale: #3A3A3A. Windows color (decimal): -10082764 or 3417702. OLE color: 3417702.
HSL color Cylindrical-coordinate representation of color #662634: hue angle of 346.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662634 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 52 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.6 |
| HSL | 346.88º | 0.46% | 0.27% | - |
| HSV(B) | 346.88º | 0.63% | 0.4% | - |
| XYZ | 6.79 | 4.46 | 3.75 | - |
| YUV | 58.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 52 | 0 | 0.63 | 0.49 | 0.6 | 346.88 | 0.46 | 0.27 |
| Hex | 66 | 26 | 34 | 0 | 3F | 31 | 3C | 15B | 2E | 1B |
| Octal | 146 | 46 | 64 | 0 | 77 | 61 | 74 | 533 | 56 | 33 |
| Binary | 1100110 | 100110 | 110100 | 0 | 111111 | 110001 | 111100 | 101011011 | 101110 | 11011 |
Color Harmonies of #662634
Complementary color
Monochromatic Colors of #662634
Black with #662634
Text Example
Text Example
White with #662634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662634; }
p { color: rgb(102,38,52); }
H1.HeaderClassName
{
color: #662634;
}
.AnyTagClassName
{
color: #662634;
}
</style>
background-color css
<style>
a { background-color: #662634; }
a { background-color: rgb(102,38,52); }
div.DivClassName
{
background-color: #662634;
}
.BgClassName
{
background-color: #662634;
}
</style>
border-color css
<style>
span { border-color: #662634; }
span { border-color: rgb(102,38,52); }
td.TdClassName
{
border-color: #662634;
}
.TagClassName
{
border-color: #662634;
}
</style>