Shades of Claret #660F2F
Tints of Claret #660F2F
RGB
CMYK
RGB Variations
Color information
#660F2F (or 0x660F2F) is known color: Claret. HEX triplet: 66, 0F and 2F. RGB value is (102,15,47). Sum of RGB (Red+Green+Blue) = 102+15+47=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #660F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F2F is #99F0D0. Grayscale: #2C2C2C. Windows color (decimal): -10088657 or 3084134. OLE color: 3084134.
HSL color Cylindrical-coordinate representation of color #660F2F: hue angle of 337.93º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F2F is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 47 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.6 |
| HSL | 337.93º | 0.74% | 0.23% | - |
| HSV(B) | 337.93º | 0.85% | 0.4% | - |
| XYZ | 6.16 | 3.37 | 3.02 | - |
| YUV | 44.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 47 | 0 | 0.85 | 0.54 | 0.6 | 337.93 | 0.74 | 0.23 |
| Hex | 66 | F | 2F | 0 | 55 | 36 | 3C | 152 | 4A | 17 |
| Octal | 146 | 17 | 57 | 0 | 125 | 66 | 74 | 522 | 112 | 27 |
| Binary | 1100110 | 1111 | 101111 | 0 | 1010101 | 110110 | 111100 | 101010010 | 1001010 | 10111 |
Color Harmonies of #660F2F
Complementary color
Monochromatic Colors of #660F2F
Black with #660F2F
Text Example
Text Example
White with #660F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F2F; }
p { color: rgb(102,15,47); }
H1.HeaderClassName
{
color: #660F2F;
}
.AnyTagClassName
{
color: #660F2F;
}
</style>
background-color css
<style>
a { background-color: #660F2F; }
a { background-color: rgb(102,15,47); }
div.DivClassName
{
background-color: #660F2F;
}
.BgClassName
{
background-color: #660F2F;
}
</style>
border-color css
<style>
span { border-color: #660F2F; }
span { border-color: rgb(102,15,47); }
td.TdClassName
{
border-color: #660F2F;
}
.TagClassName
{
border-color: #660F2F;
}
</style>