Shades of Siren #71283D
Tints of Siren #71283D
RGB
CMYK
RGB Variations
Color information
#71283D (or 0x71283D) is known color: Siren. HEX triplet: 71, 28 and 3D. RGB value is (113,40,61). Sum of RGB (Red+Green+Blue) = 113+40+61=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71283D is #8ED7C2. Grayscale: #404040. Windows color (decimal): -9361347 or 4008049. OLE color: 4008049.
HSL color Cylindrical-coordinate representation of color #71283D: hue angle of 342.74º degrees, saturation: 0.48, 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 #71283D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 61 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.56 |
| HSL | 342.74º | 0.48% | 0.3% | - |
| HSV(B) | 342.74º | 0.65% | 0.44% | - |
| XYZ | 8.41 | 5.37 | 5.01 | - |
| YUV | 64.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 61 | 0 | 0.65 | 0.46 | 0.56 | 342.74 | 0.48 | 0.3 |
| Hex | 71 | 28 | 3D | 0 | 41 | 2E | 38 | 157 | 30 | 1E |
| Octal | 161 | 50 | 75 | 0 | 101 | 56 | 70 | 527 | 60 | 36 |
| Binary | 1110001 | 101000 | 111101 | 0 | 1000001 | 101110 | 111000 | 101010111 | 110000 | 11110 |
Color Harmonies of #71283D
Complementary color
Monochromatic Colors of #71283D
Black with #71283D
Text Example
Text Example
White with #71283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71283D; }
p { color: rgb(113,40,61); }
H1.HeaderClassName
{
color: #71283D;
}
.AnyTagClassName
{
color: #71283D;
}
</style>
background-color css
<style>
a { background-color: #71283D; }
a { background-color: rgb(113,40,61); }
div.DivClassName
{
background-color: #71283D;
}
.BgClassName
{
background-color: #71283D;
}
</style>
border-color css
<style>
span { border-color: #71283D; }
span { border-color: rgb(113,40,61); }
td.TdClassName
{
border-color: #71283D;
}
.TagClassName
{
border-color: #71283D;
}
</style>