Shades of Siren #70233B
Tints of Siren #70233B
RGB
CMYK
RGB Variations
Color information
#70233B (or 0x70233B) is known color: Siren. HEX triplet: 70, 23 and 3B. RGB value is (112,35,59). Sum of RGB (Red+Green+Blue) = 112+35+59=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70233B is #8FDCC4. Grayscale: #3C3C3C. Windows color (decimal): -9428165 or 3875696. OLE color: 3875696.
HSL color Cylindrical-coordinate representation of color #70233B: hue angle of 341.3º 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 #70233B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 59 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.56 |
| HSL | 341.3º | 0.52% | 0.29% | - |
| HSV(B) | 341.3º | 0.69% | 0.44% | - |
| XYZ | 8.07 | 4.96 | 4.67 | - |
| YUV | 60.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 59 | 0 | 0.69 | 0.47 | 0.56 | 341.3 | 0.52 | 0.29 |
| Hex | 70 | 23 | 3B | 0 | 45 | 2F | 38 | 155 | 34 | 1D |
| Octal | 160 | 43 | 73 | 0 | 105 | 57 | 70 | 525 | 64 | 35 |
| Binary | 1110000 | 100011 | 111011 | 0 | 1000101 | 101111 | 111000 | 101010101 | 110100 | 11101 |
Color Harmonies of #70233B
Complementary color
Monochromatic Colors of #70233B
Black with #70233B
Text Example
Text Example
White with #70233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70233B; }
p { color: rgb(112,35,59); }
H1.HeaderClassName
{
color: #70233B;
}
.AnyTagClassName
{
color: #70233B;
}
</style>
background-color css
<style>
a { background-color: #70233B; }
a { background-color: rgb(112,35,59); }
div.DivClassName
{
background-color: #70233B;
}
.BgClassName
{
background-color: #70233B;
}
</style>
border-color css
<style>
span { border-color: #70233B; }
span { border-color: rgb(112,35,59); }
td.TdClassName
{
border-color: #70233B;
}
.TagClassName
{
border-color: #70233B;
}
</style>