Shades of Siren #66273B
Tints of Siren #66273B
RGB
CMYK
RGB Variations
Color information
#66273B (or 0x66273B) is known color: Siren. HEX triplet: 66, 27 and 3B. RGB value is (102,39,59). Sum of RGB (Red+Green+Blue) = 102+39+59=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66273B is #99D8C4. Grayscale: #3C3C3C. Windows color (decimal): -10082501 or 3876710. OLE color: 3876710.
HSL color Cylindrical-coordinate representation of color #66273B: hue angle of 340.95º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66273B is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 59 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.6 |
| HSL | 340.95º | 0.45% | 0.28% | - |
| HSV(B) | 340.95º | 0.62% | 0.4% | - |
| XYZ | 6.99 | 4.59 | 4.66 | - |
| YUV | 60.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 59 | 0 | 0.62 | 0.42 | 0.6 | 340.95 | 0.45 | 0.28 |
| Hex | 66 | 27 | 3B | 0 | 3E | 2A | 3C | 155 | 2D | 1C |
| Octal | 146 | 47 | 73 | 0 | 76 | 52 | 74 | 525 | 55 | 34 |
| Binary | 1100110 | 100111 | 111011 | 0 | 111110 | 101010 | 111100 | 101010101 | 101101 | 11100 |
Color Harmonies of #66273B
Complementary color
Monochromatic Colors of #66273B
Black with #66273B
Text Example
Text Example
White with #66273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66273B; }
p { color: rgb(102,39,59); }
H1.HeaderClassName
{
color: #66273B;
}
.AnyTagClassName
{
color: #66273B;
}
</style>
background-color css
<style>
a { background-color: #66273B; }
a { background-color: rgb(102,39,59); }
div.DivClassName
{
background-color: #66273B;
}
.BgClassName
{
background-color: #66273B;
}
</style>
border-color css
<style>
span { border-color: #66273B; }
span { border-color: rgb(102,39,59); }
td.TdClassName
{
border-color: #66273B;
}
.TagClassName
{
border-color: #66273B;
}
</style>