Shades of Siren #62313B
Tints of Siren #62313B
RGB
CMYK
RGB Variations
Color information
#62313B (or 0x62313B) is known color: Siren. HEX triplet: 62, 31 and 3B. RGB value is (98,49,59). Sum of RGB (Red+Green+Blue) = 98+49+59=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #62313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62313B is #9DCEC4. Grayscale: #404040. Windows color (decimal): -10342085 or 3879266. OLE color: 3879266.
HSL color Cylindrical-coordinate representation of color #62313B: hue angle of 347.76º 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 #62313B is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 59 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.62 |
| HSL | 347.76º | 0.33% | 0.29% | - |
| HSV(B) | 347.76º | 0.5% | 0.38% | - |
| XYZ | 6.92 | 5.11 | 4.76 | - |
| YUV | 64.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 59 | 0 | 0.5 | 0.40 | 0.62 | 347.76 | 0.33 | 0.29 |
| Hex | 62 | 31 | 3B | 0 | 32 | 28 | 3E | 15C | 21 | 1D |
| Octal | 142 | 61 | 73 | 0 | 62 | 50 | 76 | 534 | 41 | 35 |
| Binary | 1100010 | 110001 | 111011 | 0 | 110010 | 101000 | 111110 | 101011100 | 100001 | 11101 |
Color Harmonies of #62313B
Complementary color
Monochromatic Colors of #62313B
Black with #62313B
Text Example
Text Example
White with #62313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62313B; }
p { color: rgb(98,49,59); }
H1.HeaderClassName
{
color: #62313B;
}
.AnyTagClassName
{
color: #62313B;
}
</style>
background-color css
<style>
a { background-color: #62313B; }
a { background-color: rgb(98,49,59); }
div.DivClassName
{
background-color: #62313B;
}
.BgClassName
{
background-color: #62313B;
}
</style>
border-color css
<style>
span { border-color: #62313B; }
span { border-color: rgb(98,49,59); }
td.TdClassName
{
border-color: #62313B;
}
.TagClassName
{
border-color: #62313B;
}
</style>