Shades of Siren #712A43
Tints of Siren #712A43
RGB
CMYK
RGB Variations
Color information
#712A43 (or 0x712A43) is known color: Siren. HEX triplet: 71, 2A and 43. RGB value is (113,42,67). Sum of RGB (Red+Green+Blue) = 113+42+67=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #712A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A43 is #8ED5BC. Grayscale: #424242. Windows color (decimal): -9360829 or 4401777. OLE color: 4401777.
HSL color Cylindrical-coordinate representation of color #712A43: hue angle of 338.87º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A43 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 67 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.56 |
| HSL | 338.87º | 0.46% | 0.3% | - |
| HSV(B) | 338.87º | 0.63% | 0.44% | - |
| XYZ | 8.65 | 5.57 | 5.93 | - |
| YUV | 66.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 67 | 0 | 0.63 | 0.41 | 0.56 | 338.87 | 0.46 | 0.3 |
| Hex | 71 | 2A | 43 | 0 | 3F | 29 | 38 | 153 | 2E | 1E |
| Octal | 161 | 52 | 103 | 0 | 77 | 51 | 70 | 523 | 56 | 36 |
| Binary | 1110001 | 101010 | 1000011 | 0 | 111111 | 101001 | 111000 | 101010011 | 101110 | 11110 |
Color Harmonies of #712A43
Complementary color
Monochromatic Colors of #712A43
Black with #712A43
Text Example
Text Example
White with #712A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A43; }
p { color: rgb(113,42,67); }
H1.HeaderClassName
{
color: #712A43;
}
.AnyTagClassName
{
color: #712A43;
}
</style>
background-color css
<style>
a { background-color: #712A43; }
a { background-color: rgb(113,42,67); }
div.DivClassName
{
background-color: #712A43;
}
.BgClassName
{
background-color: #712A43;
}
</style>
border-color css
<style>
span { border-color: #712A43; }
span { border-color: rgb(113,42,67); }
td.TdClassName
{
border-color: #712A43;
}
.TagClassName
{
border-color: #712A43;
}
</style>