Shades of Siren #66243D
Tints of Siren #66243D
RGB
CMYK
RGB Variations
Color information
#66243D (or 0x66243D) is known color: Siren. HEX triplet: 66, 24 and 3D. RGB value is (102,36,61). Sum of RGB (Red+Green+Blue) = 102+36+61=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66243D is #99DBC2. Grayscale: #3A3A3A. Windows color (decimal): -10083267 or 4007014. OLE color: 4007014.
HSL color Cylindrical-coordinate representation of color #66243D: hue angle of 337.27º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66243D is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 61 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.6 |
| HSL | 337.27º | 0.48% | 0.27% | - |
| HSV(B) | 337.27º | 0.65% | 0.4% | - |
| XYZ | 6.95 | 4.42 | 4.9 | - |
| YUV | 58.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 61 | 0 | 0.65 | 0.40 | 0.6 | 337.27 | 0.48 | 0.27 |
| Hex | 66 | 24 | 3D | 0 | 41 | 28 | 3C | 151 | 30 | 1B |
| Octal | 146 | 44 | 75 | 0 | 101 | 50 | 74 | 521 | 60 | 33 |
| Binary | 1100110 | 100100 | 111101 | 0 | 1000001 | 101000 | 111100 | 101010001 | 110000 | 11011 |
Color Harmonies of #66243D
Complementary color
Monochromatic Colors of #66243D
Black with #66243D
Text Example
Text Example
White with #66243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66243D; }
p { color: rgb(102,36,61); }
H1.HeaderClassName
{
color: #66243D;
}
.AnyTagClassName
{
color: #66243D;
}
</style>
background-color css
<style>
a { background-color: #66243D; }
a { background-color: rgb(102,36,61); }
div.DivClassName
{
background-color: #66243D;
}
.BgClassName
{
background-color: #66243D;
}
</style>
border-color css
<style>
span { border-color: #66243D; }
span { border-color: rgb(102,36,61); }
td.TdClassName
{
border-color: #66243D;
}
.TagClassName
{
border-color: #66243D;
}
</style>