Shades of Siren #66273A
Tints of Siren #66273A
RGB
CMYK
RGB Variations
Color information
#66273A (or 0x66273A) is known color: Siren. HEX triplet: 66, 27 and 3A. RGB value is (102,39,58). Sum of RGB (Red+Green+Blue) = 102+39+58=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66273A is #99D8C5. Grayscale: #3B3B3B. Windows color (decimal): -10082502 or 3811174. OLE color: 3811174.
HSL color Cylindrical-coordinate representation of color #66273A: hue angle of 341.9º 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 #66273A is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 58 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.6 |
| HSL | 341.9º | 0.45% | 0.28% | - |
| HSV(B) | 341.9º | 0.62% | 0.4% | - |
| XYZ | 6.97 | 4.58 | 4.52 | - |
| YUV | 60 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 58 | 0 | 0.62 | 0.43 | 0.6 | 341.9 | 0.45 | 0.28 |
| Hex | 66 | 27 | 3A | 0 | 3E | 2B | 3C | 156 | 2D | 1C |
| Octal | 146 | 47 | 72 | 0 | 76 | 53 | 74 | 526 | 55 | 34 |
| Binary | 1100110 | 100111 | 111010 | 0 | 111110 | 101011 | 111100 | 101010110 | 101101 | 11100 |
Color Harmonies of #66273A
Complementary color
Monochromatic Colors of #66273A
Black with #66273A
Text Example
Text Example
White with #66273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66273A; }
p { color: rgb(102,39,58); }
H1.HeaderClassName
{
color: #66273A;
}
.AnyTagClassName
{
color: #66273A;
}
</style>
background-color css
<style>
a { background-color: #66273A; }
a { background-color: rgb(102,39,58); }
div.DivClassName
{
background-color: #66273A;
}
.BgClassName
{
background-color: #66273A;
}
</style>
border-color css
<style>
span { border-color: #66273A; }
span { border-color: rgb(102,39,58); }
td.TdClassName
{
border-color: #66273A;
}
.TagClassName
{
border-color: #66273A;
}
</style>