Shades of Siren #70263B
Tints of Siren #70263B
RGB
CMYK
RGB Variations
Color information
#70263B (or 0x70263B) is known color: Siren. HEX triplet: 70, 26 and 3B. RGB value is (112,38,59). Sum of RGB (Red+Green+Blue) = 112+38+59=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70263B is #8FD9C4. Grayscale: #3E3E3E. Windows color (decimal): -9427397 or 3876464. OLE color: 3876464.
HSL color Cylindrical-coordinate representation of color #70263B: hue angle of 342.97º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70263B is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 59 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.56 |
| HSL | 342.97º | 0.49% | 0.29% | - |
| HSV(B) | 342.97º | 0.66% | 0.44% | - |
| XYZ | 8.16 | 5.15 | 4.7 | - |
| YUV | 62.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 59 | 0 | 0.66 | 0.47 | 0.56 | 342.97 | 0.49 | 0.29 |
| Hex | 70 | 26 | 3B | 0 | 42 | 2F | 38 | 157 | 31 | 1D |
| Octal | 160 | 46 | 73 | 0 | 102 | 57 | 70 | 527 | 61 | 35 |
| Binary | 1110000 | 100110 | 111011 | 0 | 1000010 | 101111 | 111000 | 101010111 | 110001 | 11101 |
Color Harmonies of #70263B
Complementary color
Monochromatic Colors of #70263B
Black with #70263B
Text Example
Text Example
White with #70263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70263B; }
p { color: rgb(112,38,59); }
H1.HeaderClassName
{
color: #70263B;
}
.AnyTagClassName
{
color: #70263B;
}
</style>
background-color css
<style>
a { background-color: #70263B; }
a { background-color: rgb(112,38,59); }
div.DivClassName
{
background-color: #70263B;
}
.BgClassName
{
background-color: #70263B;
}
</style>
border-color css
<style>
span { border-color: #70263B; }
span { border-color: rgb(112,38,59); }
td.TdClassName
{
border-color: #70263B;
}
.TagClassName
{
border-color: #70263B;
}
</style>