Shades of Siren #622235
Tints of Siren #622235
RGB
CMYK
RGB Variations
Color information
#622235 (or 0x622235) is known color: Siren. HEX triplet: 62, 22 and 35. RGB value is (98,34,53). Sum of RGB (Red+Green+Blue) = 98+34+53=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #622235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622235 is #9DDDCA. Grayscale: #373737. Windows color (decimal): -10345931 or 3482210. OLE color: 3482210.
HSL color Cylindrical-coordinate representation of color #622235: hue angle of 342.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622235 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 53 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.62 |
| HSL | 342.19º | 0.48% | 0.26% | - |
| HSV(B) | 342.19º | 0.65% | 0.38% | - |
| XYZ | 6.25 | 4 | 3.81 | - |
| YUV | 55.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 53 | 0 | 0.65 | 0.46 | 0.62 | 342.19 | 0.48 | 0.26 |
| Hex | 62 | 22 | 35 | 0 | 41 | 2E | 3E | 156 | 30 | 1A |
| Octal | 142 | 42 | 65 | 0 | 101 | 56 | 76 | 526 | 60 | 32 |
| Binary | 1100010 | 100010 | 110101 | 0 | 1000001 | 101110 | 111110 | 101010110 | 110000 | 11010 |
Color Harmonies of #622235
Complementary color
Monochromatic Colors of #622235
Black with #622235
Text Example
Text Example
White with #622235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622235; }
p { color: rgb(98,34,53); }
H1.HeaderClassName
{
color: #622235;
}
.AnyTagClassName
{
color: #622235;
}
</style>
background-color css
<style>
a { background-color: #622235; }
a { background-color: rgb(98,34,53); }
div.DivClassName
{
background-color: #622235;
}
.BgClassName
{
background-color: #622235;
}
</style>
border-color css
<style>
span { border-color: #622235; }
span { border-color: rgb(98,34,53); }
td.TdClassName
{
border-color: #622235;
}
.TagClassName
{
border-color: #622235;
}
</style>