Shades of Siren #66213A
Tints of Siren #66213A
RGB
CMYK
RGB Variations
Color information
#66213A (or 0x66213A) is known color: Siren. HEX triplet: 66, 21 and 3A. RGB value is (102,33,58). Sum of RGB (Red+Green+Blue) = 102+33+58=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #66213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66213A is #99DEC5. Grayscale: #383838. Windows color (decimal): -10084038 or 3809638. OLE color: 3809638.
HSL color Cylindrical-coordinate representation of color #66213A: hue angle of 338.26º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66213A is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 58 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.6 |
| HSL | 338.26º | 0.51% | 0.26% | - |
| HSV(B) | 338.26º | 0.68% | 0.4% | - |
| XYZ | 6.79 | 4.22 | 4.46 | - |
| YUV | 56.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 58 | 0 | 0.68 | 0.43 | 0.6 | 338.26 | 0.51 | 0.26 |
| Hex | 66 | 21 | 3A | 0 | 44 | 2B | 3C | 152 | 33 | 1A |
| Octal | 146 | 41 | 72 | 0 | 104 | 53 | 74 | 522 | 63 | 32 |
| Binary | 1100110 | 100001 | 111010 | 0 | 1000100 | 101011 | 111100 | 101010010 | 110011 | 11010 |
Color Harmonies of #66213A
Complementary color
Monochromatic Colors of #66213A
Black with #66213A
Text Example
Text Example
White with #66213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66213A; }
p { color: rgb(102,33,58); }
H1.HeaderClassName
{
color: #66213A;
}
.AnyTagClassName
{
color: #66213A;
}
</style>
background-color css
<style>
a { background-color: #66213A; }
a { background-color: rgb(102,33,58); }
div.DivClassName
{
background-color: #66213A;
}
.BgClassName
{
background-color: #66213A;
}
</style>
border-color css
<style>
span { border-color: #66213A; }
span { border-color: rgb(102,33,58); }
td.TdClassName
{
border-color: #66213A;
}
.TagClassName
{
border-color: #66213A;
}
</style>