Shades of Claret #66112F
Tints of Claret #66112F
RGB
CMYK
RGB Variations
Color information
#66112F (or 0x66112F) is known color: Claret. HEX triplet: 66, 11 and 2F. RGB value is (102,17,47). Sum of RGB (Red+Green+Blue) = 102+17+47=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66112F is #99EED0. Grayscale: #2D2D2D. Windows color (decimal): -10088145 or 3084646. OLE color: 3084646.
HSL color Cylindrical-coordinate representation of color #66112F: hue angle of 338.82º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66112F is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 47 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.6 |
| HSL | 338.82º | 0.71% | 0.23% | - |
| HSV(B) | 338.82º | 0.83% | 0.4% | - |
| XYZ | 6.19 | 3.43 | 3.03 | - |
| YUV | 45.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 47 | 0 | 0.83 | 0.54 | 0.6 | 338.82 | 0.71 | 0.23 |
| Hex | 66 | 11 | 2F | 0 | 53 | 36 | 3C | 153 | 47 | 17 |
| Octal | 146 | 21 | 57 | 0 | 123 | 66 | 74 | 523 | 107 | 27 |
| Binary | 1100110 | 10001 | 101111 | 0 | 1010011 | 110110 | 111100 | 101010011 | 1000111 | 10111 |
Color Harmonies of #66112F
Complementary color
Monochromatic Colors of #66112F
Black with #66112F
Text Example
Text Example
White with #66112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66112F; }
p { color: rgb(102,17,47); }
H1.HeaderClassName
{
color: #66112F;
}
.AnyTagClassName
{
color: #66112F;
}
</style>
background-color css
<style>
a { background-color: #66112F; }
a { background-color: rgb(102,17,47); }
div.DivClassName
{
background-color: #66112F;
}
.BgClassName
{
background-color: #66112F;
}
</style>
border-color css
<style>
span { border-color: #66112F; }
span { border-color: rgb(102,17,47); }
td.TdClassName
{
border-color: #66112F;
}
.TagClassName
{
border-color: #66112F;
}
</style>