Shades of Claret #66182F
Tints of Claret #66182F
RGB
CMYK
RGB Variations
Color information
#66182F (or 0x66182F) is known color: Claret. HEX triplet: 66, 18 and 2F. RGB value is (102,24,47). Sum of RGB (Red+Green+Blue) = 102+24+47=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #66182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66182F is #99E7D0. Grayscale: #313131. Windows color (decimal): -10086353 or 3086438. OLE color: 3086438.
HSL color Cylindrical-coordinate representation of color #66182F: hue angle of 342.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66182F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 47 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.6 |
| HSL | 342.31º | 0.62% | 0.25% | - |
| HSV(B) | 342.31º | 0.76% | 0.4% | - |
| XYZ | 6.32 | 3.68 | 3.07 | - |
| YUV | 49.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 47 | 0 | 0.76 | 0.54 | 0.6 | 342.31 | 0.62 | 0.25 |
| Hex | 66 | 18 | 2F | 0 | 4C | 36 | 3C | 156 | 3E | 19 |
| Octal | 146 | 30 | 57 | 0 | 114 | 66 | 74 | 526 | 76 | 31 |
| Binary | 1100110 | 11000 | 101111 | 0 | 1001100 | 110110 | 111100 | 101010110 | 111110 | 11001 |
Color Harmonies of #66182F
Complementary color
Monochromatic Colors of #66182F
Black with #66182F
Text Example
Text Example
White with #66182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66182F; }
p { color: rgb(102,24,47); }
H1.HeaderClassName
{
color: #66182F;
}
.AnyTagClassName
{
color: #66182F;
}
</style>
background-color css
<style>
a { background-color: #66182F; }
a { background-color: rgb(102,24,47); }
div.DivClassName
{
background-color: #66182F;
}
.BgClassName
{
background-color: #66182F;
}
</style>
border-color css
<style>
span { border-color: #66182F; }
span { border-color: rgb(102,24,47); }
td.TdClassName
{
border-color: #66182F;
}
.TagClassName
{
border-color: #66182F;
}
</style>