Shades of Siren #701F3B
Tints of Siren #701F3B
RGB
CMYK
RGB Variations
Color information
#701F3B (or 0x701F3B) is known color: Siren. HEX triplet: 70, 1F and 3B. RGB value is (112,31,59). Sum of RGB (Red+Green+Blue) = 112+31+59=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F3B is #8FE0C4. Grayscale: #3A3A3A. Windows color (decimal): -9429189 or 3874672. OLE color: 3874672.
HSL color Cylindrical-coordinate representation of color #701F3B: hue angle of 339.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F3B is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 59 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.56 |
| HSL | 339.26º | 0.57% | 0.28% | - |
| HSV(B) | 339.26º | 0.72% | 0.44% | - |
| XYZ | 7.96 | 4.74 | 4.63 | - |
| YUV | 58.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 59 | 0 | 0.72 | 0.47 | 0.56 | 339.26 | 0.57 | 0.28 |
| Hex | 70 | 1F | 3B | 0 | 48 | 2F | 38 | 153 | 39 | 1C |
| Octal | 160 | 37 | 73 | 0 | 110 | 57 | 70 | 523 | 71 | 34 |
| Binary | 1110000 | 11111 | 111011 | 0 | 1001000 | 101111 | 111000 | 101010011 | 111001 | 11100 |
Color Harmonies of #701F3B
Complementary color
Monochromatic Colors of #701F3B
Black with #701F3B
Text Example
Text Example
White with #701F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F3B; }
p { color: rgb(112,31,59); }
H1.HeaderClassName
{
color: #701F3B;
}
.AnyTagClassName
{
color: #701F3B;
}
</style>
background-color css
<style>
a { background-color: #701F3B; }
a { background-color: rgb(112,31,59); }
div.DivClassName
{
background-color: #701F3B;
}
.BgClassName
{
background-color: #701F3B;
}
</style>
border-color css
<style>
span { border-color: #701F3B; }
span { border-color: rgb(112,31,59); }
td.TdClassName
{
border-color: #701F3B;
}
.TagClassName
{
border-color: #701F3B;
}
</style>