Shades of Siren #70233A
Tints of Siren #70233A
RGB
CMYK
RGB Variations
Color information
#70233A (or 0x70233A) is known color: Siren. HEX triplet: 70, 23 and 3A. RGB value is (112,35,58). Sum of RGB (Red+Green+Blue) = 112+35+58=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70233A is #8FDCC5. Grayscale: #3C3C3C. Windows color (decimal): -9428166 or 3810160. OLE color: 3810160.
HSL color Cylindrical-coordinate representation of color #70233A: hue angle of 342.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70233A is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 58 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.56 |
| HSL | 342.08º | 0.52% | 0.29% | - |
| HSV(B) | 342.08º | 0.69% | 0.44% | - |
| XYZ | 8.05 | 4.95 | 4.53 | - |
| YUV | 60.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 58 | 0 | 0.69 | 0.48 | 0.56 | 342.08 | 0.52 | 0.29 |
| Hex | 70 | 23 | 3A | 0 | 45 | 30 | 38 | 156 | 34 | 1D |
| Octal | 160 | 43 | 72 | 0 | 105 | 60 | 70 | 526 | 64 | 35 |
| Binary | 1110000 | 100011 | 111010 | 0 | 1000101 | 110000 | 111000 | 101010110 | 110100 | 11101 |
Color Harmonies of #70233A
Complementary color
Monochromatic Colors of #70233A
Black with #70233A
Text Example
Text Example
White with #70233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70233A; }
p { color: rgb(112,35,58); }
H1.HeaderClassName
{
color: #70233A;
}
.AnyTagClassName
{
color: #70233A;
}
</style>
background-color css
<style>
a { background-color: #70233A; }
a { background-color: rgb(112,35,58); }
div.DivClassName
{
background-color: #70233A;
}
.BgClassName
{
background-color: #70233A;
}
</style>
border-color css
<style>
span { border-color: #70233A; }
span { border-color: rgb(112,35,58); }
td.TdClassName
{
border-color: #70233A;
}
.TagClassName
{
border-color: #70233A;
}
</style>