Shades of Siren #60303F
Tints of Siren #60303F
RGB
CMYK
RGB Variations
Color information
#60303F (or 0x60303F) is known color: Siren. HEX triplet: 60, 30 and 3F. RGB value is (96,48,63). Sum of RGB (Red+Green+Blue) = 96+48+63=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60303F is #9FCFC0. Grayscale: #404040. Windows color (decimal): -10473409 or 4141152. OLE color: 4141152.
HSL color Cylindrical-coordinate representation of color #60303F: hue angle of 341.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60303F is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 63 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.62 |
| HSL | 341.25º | 0.33% | 0.28% | - |
| HSV(B) | 341.25º | 0.5% | 0.38% | - |
| XYZ | 6.78 | 4.96 | 5.3 | - |
| YUV | 64.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 63 | 0 | 0.50 | 0.34 | 0.62 | 341.25 | 0.33 | 0.28 |
| Hex | 60 | 30 | 3F | 0 | 32 | 22 | 3E | 155 | 21 | 1C |
| Octal | 140 | 60 | 77 | 0 | 62 | 42 | 76 | 525 | 41 | 34 |
| Binary | 1100000 | 110000 | 111111 | 0 | 110010 | 100010 | 111110 | 101010101 | 100001 | 11100 |
Color Harmonies of #60303F
Complementary color
Monochromatic Colors of #60303F
Black with #60303F
Text Example
Text Example
White with #60303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60303F; }
p { color: rgb(96,48,63); }
H1.HeaderClassName
{
color: #60303F;
}
.AnyTagClassName
{
color: #60303F;
}
</style>
background-color css
<style>
a { background-color: #60303F; }
a { background-color: rgb(96,48,63); }
div.DivClassName
{
background-color: #60303F;
}
.BgClassName
{
background-color: #60303F;
}
</style>
border-color css
<style>
span { border-color: #60303F; }
span { border-color: rgb(96,48,63); }
td.TdClassName
{
border-color: #60303F;
}
.TagClassName
{
border-color: #60303F;
}
</style>