Shades of Siren #62313C
Tints of Siren #62313C
RGB
CMYK
RGB Variations
Color information
#62313C (or 0x62313C) is known color: Siren. HEX triplet: 62, 31 and 3C. RGB value is (98,49,60). Sum of RGB (Red+Green+Blue) = 98+49+60=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62313C is #9DCEC3. Grayscale: #404040. Windows color (decimal): -10342084 or 3944802. OLE color: 3944802.
HSL color Cylindrical-coordinate representation of color #62313C: hue angle of 346.53º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62313C is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 60 | - |
| CMYK | 0 | 0.5 | 0.39 | 0.62 |
| HSL | 346.53º | 0.33% | 0.29% | - |
| HSV(B) | 346.53º | 0.5% | 0.38% | - |
| XYZ | 6.95 | 5.12 | 4.9 | - |
| YUV | 64.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 60 | 0 | 0.5 | 0.39 | 0.62 | 346.53 | 0.33 | 0.29 |
| Hex | 62 | 31 | 3C | 0 | 32 | 27 | 3E | 15B | 21 | 1D |
| Octal | 142 | 61 | 74 | 0 | 62 | 47 | 76 | 533 | 41 | 35 |
| Binary | 1100010 | 110001 | 111100 | 0 | 110010 | 100111 | 111110 | 101011011 | 100001 | 11101 |
Color Harmonies of #62313C
Complementary color
Monochromatic Colors of #62313C
Black with #62313C
Text Example
Text Example
White with #62313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62313C; }
p { color: rgb(98,49,60); }
H1.HeaderClassName
{
color: #62313C;
}
.AnyTagClassName
{
color: #62313C;
}
</style>
background-color css
<style>
a { background-color: #62313C; }
a { background-color: rgb(98,49,60); }
div.DivClassName
{
background-color: #62313C;
}
.BgClassName
{
background-color: #62313C;
}
</style>
border-color css
<style>
span { border-color: #62313C; }
span { border-color: rgb(98,49,60); }
td.TdClassName
{
border-color: #62313C;
}
.TagClassName
{
border-color: #62313C;
}
</style>