Shades of Siren #60253C
Tints of Siren #60253C
RGB
CMYK
RGB Variations
Color information
#60253C (or 0x60253C) is known color: Siren. HEX triplet: 60, 25 and 3C. RGB value is (96,37,60). Sum of RGB (Red+Green+Blue) = 96+37+60=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60253C is #9FDAC3. Grayscale: #393939. Windows color (decimal): -10476228 or 3941728. OLE color: 3941728.
HSL color Cylindrical-coordinate representation of color #60253C: hue angle of 336.61º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60253C is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 60 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.62 |
| HSL | 336.61º | 0.44% | 0.26% | - |
| HSV(B) | 336.61º | 0.61% | 0.38% | - |
| XYZ | 6.3 | 4.14 | 4.74 | - |
| YUV | 57.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 60 | 0 | 0.61 | 0.38 | 0.62 | 336.61 | 0.44 | 0.26 |
| Hex | 60 | 25 | 3C | 0 | 3D | 26 | 3E | 151 | 2C | 1A |
| Octal | 140 | 45 | 74 | 0 | 75 | 46 | 76 | 521 | 54 | 32 |
| Binary | 1100000 | 100101 | 111100 | 0 | 111101 | 100110 | 111110 | 101010001 | 101100 | 11010 |
Color Harmonies of #60253C
Complementary color
Monochromatic Colors of #60253C
Black with #60253C
Text Example
Text Example
White with #60253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60253C; }
p { color: rgb(96,37,60); }
H1.HeaderClassName
{
color: #60253C;
}
.AnyTagClassName
{
color: #60253C;
}
</style>
background-color css
<style>
a { background-color: #60253C; }
a { background-color: rgb(96,37,60); }
div.DivClassName
{
background-color: #60253C;
}
.BgClassName
{
background-color: #60253C;
}
</style>
border-color css
<style>
span { border-color: #60253C; }
span { border-color: rgb(96,37,60); }
td.TdClassName
{
border-color: #60253C;
}
.TagClassName
{
border-color: #60253C;
}
</style>