Shades of Claret #661C36
Tints of Claret #661C36
RGB
CMYK
RGB Variations
Color information
#661C36 (or 0x661C36) is known color: Claret. HEX triplet: 66, 1C and 36. RGB value is (102,28,54). Sum of RGB (Red+Green+Blue) = 102+28+54=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #661C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C36 is #99E3C9. Grayscale: #353535. Windows color (decimal): -10085322 or 3546214. OLE color: 3546214.
HSL color Cylindrical-coordinate representation of color #661C36: hue angle of 338.92º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C36 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 54 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.6 |
| HSL | 338.92º | 0.57% | 0.25% | - |
| HSV(B) | 338.92º | 0.73% | 0.4% | - |
| XYZ | 6.56 | 3.92 | 3.9 | - |
| YUV | 53.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 54 | 0 | 0.73 | 0.47 | 0.6 | 338.92 | 0.57 | 0.25 |
| Hex | 66 | 1C | 36 | 0 | 49 | 2F | 3C | 153 | 39 | 19 |
| Octal | 146 | 34 | 66 | 0 | 111 | 57 | 74 | 523 | 71 | 31 |
| Binary | 1100110 | 11100 | 110110 | 0 | 1001001 | 101111 | 111100 | 101010011 | 111001 | 11001 |
Color Harmonies of #661C36
Complementary color
Monochromatic Colors of #661C36
Black with #661C36
Text Example
Text Example
White with #661C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C36; }
p { color: rgb(102,28,54); }
H1.HeaderClassName
{
color: #661C36;
}
.AnyTagClassName
{
color: #661C36;
}
</style>
background-color css
<style>
a { background-color: #661C36; }
a { background-color: rgb(102,28,54); }
div.DivClassName
{
background-color: #661C36;
}
.BgClassName
{
background-color: #661C36;
}
</style>
border-color css
<style>
span { border-color: #661C36; }
span { border-color: rgb(102,28,54); }
td.TdClassName
{
border-color: #661C36;
}
.TagClassName
{
border-color: #661C36;
}
</style>