Shades of Claret #661B36
Tints of Claret #661B36
RGB
CMYK
RGB Variations
Color information
#661B36 (or 0x661B36) is known color: Claret. HEX triplet: 66, 1B and 36. RGB value is (102,27,54). Sum of RGB (Red+Green+Blue) = 102+27+54=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #661B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B36 is #99E4C9. Grayscale: #343434. Windows color (decimal): -10085578 or 3545958. OLE color: 3545958.
HSL color Cylindrical-coordinate representation of color #661B36: hue angle of 338.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661B36 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 54 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.6 |
| HSL | 338.4º | 0.58% | 0.25% | - |
| HSV(B) | 338.4º | 0.74% | 0.4% | - |
| XYZ | 6.54 | 3.87 | 3.89 | - |
| YUV | 52.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 54 | 0 | 0.74 | 0.47 | 0.6 | 338.4 | 0.58 | 0.25 |
| Hex | 66 | 1B | 36 | 0 | 4A | 2F | 3C | 152 | 3A | 19 |
| Octal | 146 | 33 | 66 | 0 | 112 | 57 | 74 | 522 | 72 | 31 |
| Binary | 1100110 | 11011 | 110110 | 0 | 1001010 | 101111 | 111100 | 101010010 | 111010 | 11001 |
Color Harmonies of #661B36
Complementary color
Monochromatic Colors of #661B36
Black with #661B36
Text Example
Text Example
White with #661B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B36; }
p { color: rgb(102,27,54); }
H1.HeaderClassName
{
color: #661B36;
}
.AnyTagClassName
{
color: #661B36;
}
</style>
background-color css
<style>
a { background-color: #661B36; }
a { background-color: rgb(102,27,54); }
div.DivClassName
{
background-color: #661B36;
}
.BgClassName
{
background-color: #661B36;
}
</style>
border-color css
<style>
span { border-color: #661B36; }
span { border-color: rgb(102,27,54); }
td.TdClassName
{
border-color: #661B36;
}
.TagClassName
{
border-color: #661B36;
}
</style>