Shades of Siren #62353C
Tints of Siren #62353C
RGB
CMYK
RGB Variations
Color information
#62353C (or 0x62353C) is known color: Siren. HEX triplet: 62, 35 and 3C. RGB value is (98,53,60). Sum of RGB (Red+Green+Blue) = 98+53+60=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62353C is #9DCAC3. Grayscale: #434343. Windows color (decimal): -10341060 or 3945826. OLE color: 3945826.
HSL color Cylindrical-coordinate representation of color #62353C: hue angle of 350.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62353C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 60 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.62 |
| HSL | 350.67º | 0.3% | 0.3% | - |
| HSV(B) | 350.67º | 0.46% | 0.38% | - |
| XYZ | 7.13 | 5.47 | 4.96 | - |
| YUV | 67.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 60 | 0 | 0.46 | 0.39 | 0.62 | 350.67 | 0.3 | 0.3 |
| Hex | 62 | 35 | 3C | 0 | 2E | 27 | 3E | 15F | 1E | 1E |
| Octal | 142 | 65 | 74 | 0 | 56 | 47 | 76 | 537 | 36 | 36 |
| Binary | 1100010 | 110101 | 111100 | 0 | 101110 | 100111 | 111110 | 101011111 | 11110 | 11110 |
Color Harmonies of #62353C
Complementary color
Monochromatic Colors of #62353C
Black with #62353C
Text Example
Text Example
White with #62353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62353C; }
p { color: rgb(98,53,60); }
H1.HeaderClassName
{
color: #62353C;
}
.AnyTagClassName
{
color: #62353C;
}
</style>
background-color css
<style>
a { background-color: #62353C; }
a { background-color: rgb(98,53,60); }
div.DivClassName
{
background-color: #62353C;
}
.BgClassName
{
background-color: #62353C;
}
</style>
border-color css
<style>
span { border-color: #62353C; }
span { border-color: rgb(98,53,60); }
td.TdClassName
{
border-color: #62353C;
}
.TagClassName
{
border-color: #62353C;
}
</style>