Shades of Siren #71263D
Tints of Siren #71263D
RGB
CMYK
RGB Variations
Color information
#71263D (or 0x71263D) is known color: Siren. HEX triplet: 71, 26 and 3D. RGB value is (113,38,61). Sum of RGB (Red+Green+Blue) = 113+38+61=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71263D is #8ED9C2. Grayscale: #3F3F3F. Windows color (decimal): -9361859 or 4007537. OLE color: 4007537.
HSL color Cylindrical-coordinate representation of color #71263D: hue angle of 341.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71263D is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 61 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.56 |
| HSL | 341.6º | 0.5% | 0.3% | - |
| HSV(B) | 341.6º | 0.66% | 0.44% | - |
| XYZ | 8.35 | 5.23 | 4.99 | - |
| YUV | 63.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 61 | 0 | 0.66 | 0.46 | 0.56 | 341.6 | 0.5 | 0.3 |
| Hex | 71 | 26 | 3D | 0 | 42 | 2E | 38 | 156 | 32 | 1E |
| Octal | 161 | 46 | 75 | 0 | 102 | 56 | 70 | 526 | 62 | 36 |
| Binary | 1110001 | 100110 | 111101 | 0 | 1000010 | 101110 | 111000 | 101010110 | 110010 | 11110 |
Color Harmonies of #71263D
Complementary color
Monochromatic Colors of #71263D
Black with #71263D
Text Example
Text Example
White with #71263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71263D; }
p { color: rgb(113,38,61); }
H1.HeaderClassName
{
color: #71263D;
}
.AnyTagClassName
{
color: #71263D;
}
</style>
background-color css
<style>
a { background-color: #71263D; }
a { background-color: rgb(113,38,61); }
div.DivClassName
{
background-color: #71263D;
}
.BgClassName
{
background-color: #71263D;
}
</style>
border-color css
<style>
span { border-color: #71263D; }
span { border-color: rgb(113,38,61); }
td.TdClassName
{
border-color: #71263D;
}
.TagClassName
{
border-color: #71263D;
}
</style>