Shades of Siren #66303F
Tints of Siren #66303F
RGB
CMYK
RGB Variations
Color information
#66303F (or 0x66303F) is known color: Siren. HEX triplet: 66, 30 and 3F. RGB value is (102,48,63). Sum of RGB (Red+Green+Blue) = 102+48+63=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66303F is #99CFC0. Grayscale: #414141. Windows color (decimal): -10080193 or 4141158. OLE color: 4141158.
HSL color Cylindrical-coordinate representation of color #66303F: hue angle of 343.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66303F is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 63 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.6 |
| HSL | 343.33º | 0.36% | 0.29% | - |
| HSV(B) | 343.33º | 0.53% | 0.4% | - |
| XYZ | 7.43 | 5.3 | 5.33 | - |
| YUV | 65.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 63 | 0 | 0.53 | 0.38 | 0.6 | 343.33 | 0.36 | 0.29 |
| Hex | 66 | 30 | 3F | 0 | 35 | 26 | 3C | 157 | 24 | 1D |
| Octal | 146 | 60 | 77 | 0 | 65 | 46 | 74 | 527 | 44 | 35 |
| Binary | 1100110 | 110000 | 111111 | 0 | 110101 | 100110 | 111100 | 101010111 | 100100 | 11101 |
Color Harmonies of #66303F
Complementary color
Monochromatic Colors of #66303F
Black with #66303F
Text Example
Text Example
White with #66303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66303F; }
p { color: rgb(102,48,63); }
H1.HeaderClassName
{
color: #66303F;
}
.AnyTagClassName
{
color: #66303F;
}
</style>
background-color css
<style>
a { background-color: #66303F; }
a { background-color: rgb(102,48,63); }
div.DivClassName
{
background-color: #66303F;
}
.BgClassName
{
background-color: #66303F;
}
</style>
border-color css
<style>
span { border-color: #66303F; }
span { border-color: rgb(102,48,63); }
td.TdClassName
{
border-color: #66303F;
}
.TagClassName
{
border-color: #66303F;
}
</style>