Shades of Siren #70203D
Tints of Siren #70203D
RGB
CMYK
RGB Variations
Color information
#70203D (or 0x70203D) is known color: Siren. HEX triplet: 70, 20 and 3D. RGB value is (112,32,61). Sum of RGB (Red+Green+Blue) = 112+32+61=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70203D is #8FDFC2. Grayscale: #3B3B3B. Windows color (decimal): -9428931 or 4006000. OLE color: 4006000.
HSL color Cylindrical-coordinate representation of color #70203D: hue angle of 338.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70203D is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 61 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.56 |
| HSL | 338.25º | 0.56% | 0.28% | - |
| HSV(B) | 338.25º | 0.71% | 0.44% | - |
| XYZ | 8.04 | 4.81 | 4.92 | - |
| YUV | 59.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 61 | 0 | 0.71 | 0.46 | 0.56 | 338.25 | 0.56 | 0.28 |
| Hex | 70 | 20 | 3D | 0 | 47 | 2E | 38 | 152 | 38 | 1C |
| Octal | 160 | 40 | 75 | 0 | 107 | 56 | 70 | 522 | 70 | 34 |
| Binary | 1110000 | 100000 | 111101 | 0 | 1000111 | 101110 | 111000 | 101010010 | 111000 | 11100 |
Color Harmonies of #70203D
Complementary color
Monochromatic Colors of #70203D
Black with #70203D
Text Example
Text Example
White with #70203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70203D; }
p { color: rgb(112,32,61); }
H1.HeaderClassName
{
color: #70203D;
}
.AnyTagClassName
{
color: #70203D;
}
</style>
background-color css
<style>
a { background-color: #70203D; }
a { background-color: rgb(112,32,61); }
div.DivClassName
{
background-color: #70203D;
}
.BgClassName
{
background-color: #70203D;
}
</style>
border-color css
<style>
span { border-color: #70203D; }
span { border-color: rgb(112,32,61); }
td.TdClassName
{
border-color: #70203D;
}
.TagClassName
{
border-color: #70203D;
}
</style>