Shades of Siren #66223C
Tints of Siren #66223C
RGB
CMYK
RGB Variations
Color information
#66223C (or 0x66223C) is known color: Siren. HEX triplet: 66, 22 and 3C. RGB value is (102,34,60). Sum of RGB (Red+Green+Blue) = 102+34+60=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66223C is #99DDC3. Grayscale: #393939. Windows color (decimal): -10083780 or 3940966. OLE color: 3940966.
HSL color Cylindrical-coordinate representation of color #66223C: hue angle of 337.06º 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 #66223C is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 60 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.6 |
| HSL | 337.06º | 0.5% | 0.27% | - |
| HSV(B) | 337.06º | 0.67% | 0.4% | - |
| XYZ | 6.87 | 4.3 | 4.74 | - |
| YUV | 57.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 60 | 0 | 0.67 | 0.41 | 0.6 | 337.06 | 0.5 | 0.27 |
| Hex | 66 | 22 | 3C | 0 | 43 | 29 | 3C | 151 | 32 | 1B |
| Octal | 146 | 42 | 74 | 0 | 103 | 51 | 74 | 521 | 62 | 33 |
| Binary | 1100110 | 100010 | 111100 | 0 | 1000011 | 101001 | 111100 | 101010001 | 110010 | 11011 |
Color Harmonies of #66223C
Complementary color
Monochromatic Colors of #66223C
Black with #66223C
Text Example
Text Example
White with #66223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66223C; }
p { color: rgb(102,34,60); }
H1.HeaderClassName
{
color: #66223C;
}
.AnyTagClassName
{
color: #66223C;
}
</style>
background-color css
<style>
a { background-color: #66223C; }
a { background-color: rgb(102,34,60); }
div.DivClassName
{
background-color: #66223C;
}
.BgClassName
{
background-color: #66223C;
}
</style>
border-color css
<style>
span { border-color: #66223C; }
span { border-color: rgb(102,34,60); }
td.TdClassName
{
border-color: #66223C;
}
.TagClassName
{
border-color: #66223C;
}
</style>