Shades of Siren #60283C
Tints of Siren #60283C
RGB
CMYK
RGB Variations
Color information
#60283C (or 0x60283C) is known color: Siren. HEX triplet: 60, 28 and 3C. RGB value is (96,40,60). Sum of RGB (Red+Green+Blue) = 96+40+60=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60283C is #9FD7C3. Grayscale: #3A3A3A. Windows color (decimal): -10475460 or 3942496. OLE color: 3942496.
HSL color Cylindrical-coordinate representation of color #60283C: hue angle of 338.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60283C is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 60 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.62 |
| HSL | 338.57º | 0.41% | 0.27% | - |
| HSV(B) | 338.57º | 0.58% | 0.38% | - |
| XYZ | 6.4 | 4.33 | 4.77 | - |
| YUV | 59.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 60 | 0 | 0.58 | 0.38 | 0.62 | 338.57 | 0.41 | 0.27 |
| Hex | 60 | 28 | 3C | 0 | 3A | 26 | 3E | 153 | 29 | 1B |
| Octal | 140 | 50 | 74 | 0 | 72 | 46 | 76 | 523 | 51 | 33 |
| Binary | 1100000 | 101000 | 111100 | 0 | 111010 | 100110 | 111110 | 101010011 | 101001 | 11011 |
Color Harmonies of #60283C
Complementary color
Monochromatic Colors of #60283C
Black with #60283C
Text Example
Text Example
White with #60283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60283C; }
p { color: rgb(96,40,60); }
H1.HeaderClassName
{
color: #60283C;
}
.AnyTagClassName
{
color: #60283C;
}
</style>
background-color css
<style>
a { background-color: #60283C; }
a { background-color: rgb(96,40,60); }
div.DivClassName
{
background-color: #60283C;
}
.BgClassName
{
background-color: #60283C;
}
</style>
border-color css
<style>
span { border-color: #60283C; }
span { border-color: rgb(96,40,60); }
td.TdClassName
{
border-color: #60283C;
}
.TagClassName
{
border-color: #60283C;
}
</style>