Shades of Siren #66223B
Tints of Siren #66223B
RGB
CMYK
RGB Variations
Color information
#66223B (or 0x66223B) is known color: Siren. HEX triplet: 66, 22 and 3B. RGB value is (102,34,59). Sum of RGB (Red+Green+Blue) = 102+34+59=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66223B is #99DDC4. Grayscale: #393939. Windows color (decimal): -10083781 or 3875430. OLE color: 3875430.
HSL color Cylindrical-coordinate representation of color #66223B: hue angle of 337.94º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66223B is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 59 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.6 |
| HSL | 337.94º | 0.5% | 0.27% | - |
| HSV(B) | 337.94º | 0.67% | 0.4% | - |
| XYZ | 6.84 | 4.28 | 4.6 | - |
| YUV | 57.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 59 | 0 | 0.67 | 0.42 | 0.6 | 337.94 | 0.5 | 0.27 |
| Hex | 66 | 22 | 3B | 0 | 43 | 2A | 3C | 152 | 32 | 1B |
| Octal | 146 | 42 | 73 | 0 | 103 | 52 | 74 | 522 | 62 | 33 |
| Binary | 1100110 | 100010 | 111011 | 0 | 1000011 | 101010 | 111100 | 101010010 | 110010 | 11011 |
Color Harmonies of #66223B
Complementary color
Monochromatic Colors of #66223B
Black with #66223B
Text Example
Text Example
White with #66223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66223B; }
p { color: rgb(102,34,59); }
H1.HeaderClassName
{
color: #66223B;
}
.AnyTagClassName
{
color: #66223B;
}
</style>
background-color css
<style>
a { background-color: #66223B; }
a { background-color: rgb(102,34,59); }
div.DivClassName
{
background-color: #66223B;
}
.BgClassName
{
background-color: #66223B;
}
</style>
border-color css
<style>
span { border-color: #66223B; }
span { border-color: rgb(102,34,59); }
td.TdClassName
{
border-color: #66223B;
}
.TagClassName
{
border-color: #66223B;
}
</style>