Shades of Siren #72253C
Tints of Siren #72253C
RGB
CMYK
RGB Variations
Color information
#72253C (or 0x72253C) is known color: Siren. HEX triplet: 72, 25 and 3C. RGB value is (114,37,60). Sum of RGB (Red+Green+Blue) = 114+37+60=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72253C is #8DDAC3. Grayscale: #3E3E3E. Windows color (decimal): -9296580 or 3941746. OLE color: 3941746.
HSL color Cylindrical-coordinate representation of color #72253C: hue angle of 342.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72253C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 37 | 60 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.55 |
| HSL | 342.08º | 0.51% | 0.3% | - |
| HSV(B) | 342.08º | 0.68% | 0.45% | - |
| XYZ | 8.42 | 5.23 | 4.84 | - |
| YUV | 62.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 60 | 0 | 0.68 | 0.47 | 0.55 | 342.08 | 0.51 | 0.3 |
| Hex | 72 | 25 | 3C | 0 | 44 | 2F | 37 | 156 | 33 | 1E |
| Octal | 162 | 45 | 74 | 0 | 104 | 57 | 67 | 526 | 63 | 36 |
| Binary | 1110010 | 100101 | 111100 | 0 | 1000100 | 101111 | 110111 | 101010110 | 110011 | 11110 |
Color Harmonies of #72253C
Complementary color
Monochromatic Colors of #72253C
Black with #72253C
Text Example
Text Example
White with #72253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72253C; }
p { color: rgb(114,37,60); }
H1.HeaderClassName
{
color: #72253C;
}
.AnyTagClassName
{
color: #72253C;
}
</style>
background-color css
<style>
a { background-color: #72253C; }
a { background-color: rgb(114,37,60); }
div.DivClassName
{
background-color: #72253C;
}
.BgClassName
{
background-color: #72253C;
}
</style>
border-color css
<style>
span { border-color: #72253C; }
span { border-color: rgb(114,37,60); }
td.TdClassName
{
border-color: #72253C;
}
.TagClassName
{
border-color: #72253C;
}
</style>