Shades of Claret #661A2E
Tints of Claret #661A2E
RGB
CMYK
RGB Variations
Color information
#661A2E (or 0x661A2E) is known color: Claret. HEX triplet: 66, 1A and 2E. RGB value is (102,26,46). Sum of RGB (Red+Green+Blue) = 102+26+46=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #661A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A2E is #99E5D1. Grayscale: #333333. Windows color (decimal): -10085842 or 3021414. OLE color: 3021414.
HSL color Cylindrical-coordinate representation of color #661A2E: hue angle of 344.21º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A2E is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 26 | 46 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.6 |
| HSL | 344.21º | 0.59% | 0.25% | - |
| HSV(B) | 344.21º | 0.75% | 0.4% | - |
| XYZ | 6.34 | 3.76 | 2.98 | - |
| YUV | 51 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 46 | 0 | 0.75 | 0.55 | 0.6 | 344.21 | 0.59 | 0.25 |
| Hex | 66 | 1A | 2E | 0 | 4B | 37 | 3C | 158 | 3B | 19 |
| Octal | 146 | 32 | 56 | 0 | 113 | 67 | 74 | 530 | 73 | 31 |
| Binary | 1100110 | 11010 | 101110 | 0 | 1001011 | 110111 | 111100 | 101011000 | 111011 | 11001 |
Color Harmonies of #661A2E
Complementary color
Monochromatic Colors of #661A2E
Black with #661A2E
Text Example
Text Example
White with #661A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A2E; }
p { color: rgb(102,26,46); }
H1.HeaderClassName
{
color: #661A2E;
}
.AnyTagClassName
{
color: #661A2E;
}
</style>
background-color css
<style>
a { background-color: #661A2E; }
a { background-color: rgb(102,26,46); }
div.DivClassName
{
background-color: #661A2E;
}
.BgClassName
{
background-color: #661A2E;
}
</style>
border-color css
<style>
span { border-color: #661A2E; }
span { border-color: rgb(102,26,46); }
td.TdClassName
{
border-color: #661A2E;
}
.TagClassName
{
border-color: #661A2E;
}
</style>