Shades of Siren #71253C
Tints of Siren #71253C
RGB
CMYK
RGB Variations
Color information
#71253C (or 0x71253C) is known color: Siren. HEX triplet: 71, 25 and 3C. RGB value is (113,37,60). Sum of RGB (Red+Green+Blue) = 113+37+60=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71253C is #8EDAC3. Grayscale: #3E3E3E. Windows color (decimal): -9362116 or 3941745. OLE color: 3941745.
HSL color Cylindrical-coordinate representation of color #71253C: hue angle of 341.84º 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 #71253C is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 60 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.56 |
| HSL | 341.84º | 0.51% | 0.29% | - |
| HSV(B) | 341.84º | 0.67% | 0.44% | - |
| XYZ | 8.29 | 5.16 | 4.83 | - |
| YUV | 62.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 60 | 0 | 0.67 | 0.47 | 0.56 | 341.84 | 0.51 | 0.29 |
| Hex | 71 | 25 | 3C | 0 | 43 | 2F | 38 | 156 | 33 | 1D |
| Octal | 161 | 45 | 74 | 0 | 103 | 57 | 70 | 526 | 63 | 35 |
| Binary | 1110001 | 100101 | 111100 | 0 | 1000011 | 101111 | 111000 | 101010110 | 110011 | 11101 |
Color Harmonies of #71253C
Complementary color
Monochromatic Colors of #71253C
Black with #71253C
Text Example
Text Example
White with #71253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71253C; }
p { color: rgb(113,37,60); }
H1.HeaderClassName
{
color: #71253C;
}
.AnyTagClassName
{
color: #71253C;
}
</style>
background-color css
<style>
a { background-color: #71253C; }
a { background-color: rgb(113,37,60); }
div.DivClassName
{
background-color: #71253C;
}
.BgClassName
{
background-color: #71253C;
}
</style>
border-color css
<style>
span { border-color: #71253C; }
span { border-color: rgb(113,37,60); }
td.TdClassName
{
border-color: #71253C;
}
.TagClassName
{
border-color: #71253C;
}
</style>