Shades of Claret #66172F
Tints of Claret #66172F
RGB
CMYK
RGB Variations
Color information
#66172F (or 0x66172F) is known color: Claret. HEX triplet: 66, 17 and 2F. RGB value is (102,23,47). Sum of RGB (Red+Green+Blue) = 102+23+47=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66172F is #99E8D0. Grayscale: #313131. Windows color (decimal): -10086609 or 3086182. OLE color: 3086182.
HSL color Cylindrical-coordinate representation of color #66172F: hue angle of 341.77º 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 #66172F is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 47 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.6 |
| HSL | 341.77º | 0.63% | 0.25% | - |
| HSV(B) | 341.77º | 0.77% | 0.4% | - |
| XYZ | 6.3 | 3.64 | 3.06 | - |
| YUV | 49.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 47 | 0 | 0.77 | 0.54 | 0.6 | 341.77 | 0.63 | 0.25 |
| Hex | 66 | 17 | 2F | 0 | 4D | 36 | 3C | 156 | 3F | 19 |
| Octal | 146 | 27 | 57 | 0 | 115 | 66 | 74 | 526 | 77 | 31 |
| Binary | 1100110 | 10111 | 101111 | 0 | 1001101 | 110110 | 111100 | 101010110 | 111111 | 11001 |
Color Harmonies of #66172F
Complementary color
Monochromatic Colors of #66172F
Black with #66172F
Text Example
Text Example
White with #66172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66172F; }
p { color: rgb(102,23,47); }
H1.HeaderClassName
{
color: #66172F;
}
.AnyTagClassName
{
color: #66172F;
}
</style>
background-color css
<style>
a { background-color: #66172F; }
a { background-color: rgb(102,23,47); }
div.DivClassName
{
background-color: #66172F;
}
.BgClassName
{
background-color: #66172F;
}
</style>
border-color css
<style>
span { border-color: #66172F; }
span { border-color: rgb(102,23,47); }
td.TdClassName
{
border-color: #66172F;
}
.TagClassName
{
border-color: #66172F;
}
</style>