Shades of Siren #71273D
Tints of Siren #71273D
RGB
CMYK
RGB Variations
Color information
#71273D (or 0x71273D) is known color: Siren. HEX triplet: 71, 27 and 3D. RGB value is (113,39,61). Sum of RGB (Red+Green+Blue) = 113+39+61=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71273D is #8ED8C2. Grayscale: #3F3F3F. Windows color (decimal): -9361603 or 4007793. OLE color: 4007793.
HSL color Cylindrical-coordinate representation of color #71273D: hue angle of 342.16º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71273D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 39 | 61 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.56 |
| HSL | 342.16º | 0.49% | 0.3% | - |
| HSV(B) | 342.16º | 0.65% | 0.44% | - |
| XYZ | 8.38 | 5.3 | 5 | - |
| YUV | 63.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 61 | 0 | 0.65 | 0.46 | 0.56 | 342.16 | 0.49 | 0.3 |
| Hex | 71 | 27 | 3D | 0 | 41 | 2E | 38 | 156 | 31 | 1E |
| Octal | 161 | 47 | 75 | 0 | 101 | 56 | 70 | 526 | 61 | 36 |
| Binary | 1110001 | 100111 | 111101 | 0 | 1000001 | 101110 | 111000 | 101010110 | 110001 | 11110 |
Color Harmonies of #71273D
Complementary color
Monochromatic Colors of #71273D
Black with #71273D
Text Example
Text Example
White with #71273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71273D; }
p { color: rgb(113,39,61); }
H1.HeaderClassName
{
color: #71273D;
}
.AnyTagClassName
{
color: #71273D;
}
</style>
background-color css
<style>
a { background-color: #71273D; }
a { background-color: rgb(113,39,61); }
div.DivClassName
{
background-color: #71273D;
}
.BgClassName
{
background-color: #71273D;
}
</style>
border-color css
<style>
span { border-color: #71273D; }
span { border-color: rgb(113,39,61); }
td.TdClassName
{
border-color: #71273D;
}
.TagClassName
{
border-color: #71273D;
}
</style>