Shades of Siren #71253F
Tints of Siren #71253F
RGB
CMYK
RGB Variations
Color information
#71253F (or 0x71253F) is known color: Siren. HEX triplet: 71, 25 and 3F. RGB value is (113,37,63). Sum of RGB (Red+Green+Blue) = 113+37+63=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71253F is #8EDAC0. Grayscale: #3E3E3E. Windows color (decimal): -9362113 or 4138353. OLE color: 4138353.
HSL color Cylindrical-coordinate representation of color #71253F: hue angle of 339.47º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71253F is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 63 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.56 |
| HSL | 339.47º | 0.51% | 0.29% | - |
| HSV(B) | 339.47º | 0.67% | 0.44% | - |
| XYZ | 8.37 | 5.19 | 5.26 | - |
| YUV | 62.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 63 | 0 | 0.67 | 0.44 | 0.56 | 339.47 | 0.51 | 0.29 |
| Hex | 71 | 25 | 3F | 0 | 43 | 2C | 38 | 153 | 33 | 1D |
| Octal | 161 | 45 | 77 | 0 | 103 | 54 | 70 | 523 | 63 | 35 |
| Binary | 1110001 | 100101 | 111111 | 0 | 1000011 | 101100 | 111000 | 101010011 | 110011 | 11101 |
Color Harmonies of #71253F
Complementary color
Monochromatic Colors of #71253F
Black with #71253F
Text Example
Text Example
White with #71253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71253F; }
p { color: rgb(113,37,63); }
H1.HeaderClassName
{
color: #71253F;
}
.AnyTagClassName
{
color: #71253F;
}
</style>
background-color css
<style>
a { background-color: #71253F; }
a { background-color: rgb(113,37,63); }
div.DivClassName
{
background-color: #71253F;
}
.BgClassName
{
background-color: #71253F;
}
</style>
border-color css
<style>
span { border-color: #71253F; }
span { border-color: rgb(113,37,63); }
td.TdClassName
{
border-color: #71253F;
}
.TagClassName
{
border-color: #71253F;
}
</style>