Shades of Claret #66172E
Tints of Claret #66172E
RGB
CMYK
RGB Variations
Color information
#66172E (or 0x66172E) is known color: Claret. HEX triplet: 66, 17 and 2E. RGB value is (102,23,46). Sum of RGB (Red+Green+Blue) = 102+23+46=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66172E is #99E8D1. Grayscale: #313131. Windows color (decimal): -10086610 or 3020646. OLE color: 3020646.
HSL color Cylindrical-coordinate representation of color #66172E: hue angle of 342.53º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66172E is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 46 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.6 |
| HSL | 342.53º | 0.63% | 0.25% | - |
| HSV(B) | 342.53º | 0.77% | 0.4% | - |
| XYZ | 6.28 | 3.63 | 2.96 | - |
| YUV | 49.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 46 | 0 | 0.77 | 0.55 | 0.6 | 342.53 | 0.63 | 0.25 |
| Hex | 66 | 17 | 2E | 0 | 4D | 37 | 3C | 157 | 3F | 19 |
| Octal | 146 | 27 | 56 | 0 | 115 | 67 | 74 | 527 | 77 | 31 |
| Binary | 1100110 | 10111 | 101110 | 0 | 1001101 | 110111 | 111100 | 101010111 | 111111 | 11001 |
Color Harmonies of #66172E
Complementary color
Monochromatic Colors of #66172E
Black with #66172E
Text Example
Text Example
White with #66172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66172E; }
p { color: rgb(102,23,46); }
H1.HeaderClassName
{
color: #66172E;
}
.AnyTagClassName
{
color: #66172E;
}
</style>
background-color css
<style>
a { background-color: #66172E; }
a { background-color: rgb(102,23,46); }
div.DivClassName
{
background-color: #66172E;
}
.BgClassName
{
background-color: #66172E;
}
</style>
border-color css
<style>
span { border-color: #66172E; }
span { border-color: rgb(102,23,46); }
td.TdClassName
{
border-color: #66172E;
}
.TagClassName
{
border-color: #66172E;
}
</style>