Shades of Siren #72203C
Tints of Siren #72203C
RGB
CMYK
RGB Variations
Color information
#72203C (or 0x72203C) is known color: Siren. HEX triplet: 72, 20 and 3C. RGB value is (114,32,60). Sum of RGB (Red+Green+Blue) = 114+32+60=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72203C is #8DDFC3. Grayscale: #3B3B3B. Windows color (decimal): -9297860 or 3940466. OLE color: 3940466.
HSL color Cylindrical-coordinate representation of color #72203C: hue angle of 339.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72203C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 60 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.55 |
| HSL | 339.51º | 0.56% | 0.29% | - |
| HSV(B) | 339.51º | 0.72% | 0.45% | - |
| XYZ | 8.27 | 4.94 | 4.79 | - |
| YUV | 59.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 60 | 0 | 0.72 | 0.47 | 0.55 | 339.51 | 0.56 | 0.29 |
| Hex | 72 | 20 | 3C | 0 | 48 | 2F | 37 | 154 | 38 | 1D |
| Octal | 162 | 40 | 74 | 0 | 110 | 57 | 67 | 524 | 70 | 35 |
| Binary | 1110010 | 100000 | 111100 | 0 | 1001000 | 101111 | 110111 | 101010100 | 111000 | 11101 |
Color Harmonies of #72203C
Complementary color
Monochromatic Colors of #72203C
Black with #72203C
Text Example
Text Example
White with #72203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72203C; }
p { color: rgb(114,32,60); }
H1.HeaderClassName
{
color: #72203C;
}
.AnyTagClassName
{
color: #72203C;
}
</style>
background-color css
<style>
a { background-color: #72203C; }
a { background-color: rgb(114,32,60); }
div.DivClassName
{
background-color: #72203C;
}
.BgClassName
{
background-color: #72203C;
}
</style>
border-color css
<style>
span { border-color: #72203C; }
span { border-color: rgb(114,32,60); }
td.TdClassName
{
border-color: #72203C;
}
.TagClassName
{
border-color: #72203C;
}
</style>