Shades of Siren #71293D
Tints of Siren #71293D
RGB
CMYK
RGB Variations
Color information
#71293D (or 0x71293D) is known color: Siren. HEX triplet: 71, 29 and 3D. RGB value is (113,41,61). Sum of RGB (Red+Green+Blue) = 113+41+61=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71293D is #8ED6C2. Grayscale: #404040. Windows color (decimal): -9361091 or 4008305. OLE color: 4008305.
HSL color Cylindrical-coordinate representation of color #71293D: hue angle of 343.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71293D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 61 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.56 |
| HSL | 343.33º | 0.47% | 0.3% | - |
| HSV(B) | 343.33º | 0.64% | 0.44% | - |
| XYZ | 8.45 | 5.43 | 5.02 | - |
| YUV | 64.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 61 | 0 | 0.64 | 0.46 | 0.56 | 343.33 | 0.47 | 0.3 |
| Hex | 71 | 29 | 3D | 0 | 40 | 2E | 38 | 157 | 2F | 1E |
| Octal | 161 | 51 | 75 | 0 | 100 | 56 | 70 | 527 | 57 | 36 |
| Binary | 1110001 | 101001 | 111101 | 0 | 1000000 | 101110 | 111000 | 101010111 | 101111 | 11110 |
Color Harmonies of #71293D
Complementary color
Monochromatic Colors of #71293D
Black with #71293D
Text Example
Text Example
White with #71293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71293D; }
p { color: rgb(113,41,61); }
H1.HeaderClassName
{
color: #71293D;
}
.AnyTagClassName
{
color: #71293D;
}
</style>
background-color css
<style>
a { background-color: #71293D; }
a { background-color: rgb(113,41,61); }
div.DivClassName
{
background-color: #71293D;
}
.BgClassName
{
background-color: #71293D;
}
</style>
border-color css
<style>
span { border-color: #71293D; }
span { border-color: rgb(113,41,61); }
td.TdClassName
{
border-color: #71293D;
}
.TagClassName
{
border-color: #71293D;
}
</style>