Shades of Siren #70233F
Tints of Siren #70233F
RGB
CMYK
RGB Variations
Color information
#70233F (or 0x70233F) is known color: Siren. HEX triplet: 70, 23 and 3F. RGB value is (112,35,63). Sum of RGB (Red+Green+Blue) = 112+35+63=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70233F is #8FDCC0. Grayscale: #3D3D3D. Windows color (decimal): -9428161 or 4137840. OLE color: 4137840.
HSL color Cylindrical-coordinate representation of color #70233F: hue angle of 338.18º 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 #70233F is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 63 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.56 |
| HSL | 338.18º | 0.52% | 0.29% | - |
| HSV(B) | 338.18º | 0.69% | 0.44% | - |
| XYZ | 8.18 | 5.01 | 5.24 | - |
| YUV | 61.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 63 | 0 | 0.69 | 0.44 | 0.56 | 338.18 | 0.52 | 0.29 |
| Hex | 70 | 23 | 3F | 0 | 45 | 2C | 38 | 152 | 34 | 1D |
| Octal | 160 | 43 | 77 | 0 | 105 | 54 | 70 | 522 | 64 | 35 |
| Binary | 1110000 | 100011 | 111111 | 0 | 1000101 | 101100 | 111000 | 101010010 | 110100 | 11101 |
Color Harmonies of #70233F
Complementary color
Monochromatic Colors of #70233F
Black with #70233F
Text Example
Text Example
White with #70233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70233F; }
p { color: rgb(112,35,63); }
H1.HeaderClassName
{
color: #70233F;
}
.AnyTagClassName
{
color: #70233F;
}
</style>
background-color css
<style>
a { background-color: #70233F; }
a { background-color: rgb(112,35,63); }
div.DivClassName
{
background-color: #70233F;
}
.BgClassName
{
background-color: #70233F;
}
</style>
border-color css
<style>
span { border-color: #70233F; }
span { border-color: rgb(112,35,63); }
td.TdClassName
{
border-color: #70233F;
}
.TagClassName
{
border-color: #70233F;
}
</style>