Shades of Claret #66132F
Tints of Claret #66132F
RGB
CMYK
RGB Variations
Color information
#66132F (or 0x66132F) is known color: Claret. HEX triplet: 66, 13 and 2F. RGB value is (102,19,47). Sum of RGB (Red+Green+Blue) = 102+19+47=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66132F is #99ECD0. Grayscale: #2E2E2E. Windows color (decimal): -10087633 or 3085158. OLE color: 3085158.
HSL color Cylindrical-coordinate representation of color #66132F: hue angle of 339.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66132F is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 19 | 47 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.6 |
| HSL | 339.76º | 0.69% | 0.24% | - |
| HSV(B) | 339.76º | 0.81% | 0.4% | - |
| XYZ | 6.23 | 3.5 | 3.04 | - |
| YUV | 47.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 47 | 0 | 0.81 | 0.54 | 0.6 | 339.76 | 0.69 | 0.24 |
| Hex | 66 | 13 | 2F | 0 | 51 | 36 | 3C | 154 | 45 | 18 |
| Octal | 146 | 23 | 57 | 0 | 121 | 66 | 74 | 524 | 105 | 30 |
| Binary | 1100110 | 10011 | 101111 | 0 | 1010001 | 110110 | 111100 | 101010100 | 1000101 | 11000 |
Color Harmonies of #66132F
Complementary color
Monochromatic Colors of #66132F
Black with #66132F
Text Example
Text Example
White with #66132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66132F; }
p { color: rgb(102,19,47); }
H1.HeaderClassName
{
color: #66132F;
}
.AnyTagClassName
{
color: #66132F;
}
</style>
background-color css
<style>
a { background-color: #66132F; }
a { background-color: rgb(102,19,47); }
div.DivClassName
{
background-color: #66132F;
}
.BgClassName
{
background-color: #66132F;
}
</style>
border-color css
<style>
span { border-color: #66132F; }
span { border-color: rgb(102,19,47); }
td.TdClassName
{
border-color: #66132F;
}
.TagClassName
{
border-color: #66132F;
}
</style>