Shades of Siren #72203D
Tints of Siren #72203D
RGB
CMYK
RGB Variations
Color information
#72203D (or 0x72203D) is known color: Siren. HEX triplet: 72, 20 and 3D. RGB value is (114,32,61). Sum of RGB (Red+Green+Blue) = 114+32+61=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72203D is #8DDFC2. Grayscale: #3B3B3B. Windows color (decimal): -9297859 or 4006002. OLE color: 4006002.
HSL color Cylindrical-coordinate representation of color #72203D: hue angle of 338.78º 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 #72203D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 61 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.55 |
| HSL | 338.78º | 0.56% | 0.29% | - |
| HSV(B) | 338.78º | 0.72% | 0.45% | - |
| XYZ | 8.3 | 4.95 | 4.93 | - |
| YUV | 59.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 61 | 0 | 0.72 | 0.46 | 0.55 | 338.78 | 0.56 | 0.29 |
| Hex | 72 | 20 | 3D | 0 | 48 | 2E | 37 | 153 | 38 | 1D |
| Octal | 162 | 40 | 75 | 0 | 110 | 56 | 67 | 523 | 70 | 35 |
| Binary | 1110010 | 100000 | 111101 | 0 | 1001000 | 101110 | 110111 | 101010011 | 111000 | 11101 |
Color Harmonies of #72203D
Complementary color
Monochromatic Colors of #72203D
Black with #72203D
Text Example
Text Example
White with #72203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72203D; }
p { color: rgb(114,32,61); }
H1.HeaderClassName
{
color: #72203D;
}
.AnyTagClassName
{
color: #72203D;
}
</style>
background-color css
<style>
a { background-color: #72203D; }
a { background-color: rgb(114,32,61); }
div.DivClassName
{
background-color: #72203D;
}
.BgClassName
{
background-color: #72203D;
}
</style>
border-color css
<style>
span { border-color: #72203D; }
span { border-color: rgb(114,32,61); }
td.TdClassName
{
border-color: #72203D;
}
.TagClassName
{
border-color: #72203D;
}
</style>