Shades of Siren #66303B
Tints of Siren #66303B
RGB
CMYK
RGB Variations
Color information
#66303B (or 0x66303B) is known color: Siren. HEX triplet: 66, 30 and 3B. RGB value is (102,48,59). Sum of RGB (Red+Green+Blue) = 102+48+59=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #66303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66303B is #99CFC4. Grayscale: #414141. Windows color (decimal): -10080197 or 3879014. OLE color: 3879014.
HSL color Cylindrical-coordinate representation of color #66303B: hue angle of 347.78º 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 #66303B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 59 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.6 |
| HSL | 347.78º | 0.36% | 0.29% | - |
| HSV(B) | 347.78º | 0.53% | 0.4% | - |
| XYZ | 7.33 | 5.25 | 4.77 | - |
| YUV | 65.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 59 | 0 | 0.53 | 0.42 | 0.6 | 347.78 | 0.36 | 0.29 |
| Hex | 66 | 30 | 3B | 0 | 35 | 2A | 3C | 15C | 24 | 1D |
| Octal | 146 | 60 | 73 | 0 | 65 | 52 | 74 | 534 | 44 | 35 |
| Binary | 1100110 | 110000 | 111011 | 0 | 110101 | 101010 | 111100 | 101011100 | 100100 | 11101 |
Color Harmonies of #66303B
Complementary color
Monochromatic Colors of #66303B
Black with #66303B
Text Example
Text Example
White with #66303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66303B; }
p { color: rgb(102,48,59); }
H1.HeaderClassName
{
color: #66303B;
}
.AnyTagClassName
{
color: #66303B;
}
</style>
background-color css
<style>
a { background-color: #66303B; }
a { background-color: rgb(102,48,59); }
div.DivClassName
{
background-color: #66303B;
}
.BgClassName
{
background-color: #66303B;
}
</style>
border-color css
<style>
span { border-color: #66303B; }
span { border-color: rgb(102,48,59); }
td.TdClassName
{
border-color: #66303B;
}
.TagClassName
{
border-color: #66303B;
}
</style>