Shades of Siren #72273F
Tints of Siren #72273F
RGB
CMYK
RGB Variations
Color information
#72273F (or 0x72273F) is known color: Siren. HEX triplet: 72, 27 and 3F. RGB value is (114,39,63). Sum of RGB (Red+Green+Blue) = 114+39+63=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #72273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72273F is #8DD8C0. Grayscale: #404040. Windows color (decimal): -9296065 or 4138866. OLE color: 4138866.
HSL color Cylindrical-coordinate representation of color #72273F: hue angle of 340.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72273F is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 63 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.55 |
| HSL | 340.8º | 0.49% | 0.3% | - |
| HSV(B) | 340.8º | 0.66% | 0.45% | - |
| XYZ | 8.56 | 5.39 | 5.29 | - |
| YUV | 64.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 63 | 0 | 0.66 | 0.45 | 0.55 | 340.8 | 0.49 | 0.3 |
| Hex | 72 | 27 | 3F | 0 | 42 | 2D | 37 | 155 | 31 | 1E |
| Octal | 162 | 47 | 77 | 0 | 102 | 55 | 67 | 525 | 61 | 36 |
| Binary | 1110010 | 100111 | 111111 | 0 | 1000010 | 101101 | 110111 | 101010101 | 110001 | 11110 |
Color Harmonies of #72273F
Complementary color
Monochromatic Colors of #72273F
Black with #72273F
Text Example
Text Example
White with #72273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72273F; }
p { color: rgb(114,39,63); }
H1.HeaderClassName
{
color: #72273F;
}
.AnyTagClassName
{
color: #72273F;
}
</style>
background-color css
<style>
a { background-color: #72273F; }
a { background-color: rgb(114,39,63); }
div.DivClassName
{
background-color: #72273F;
}
.BgClassName
{
background-color: #72273F;
}
</style>
border-color css
<style>
span { border-color: #72273F; }
span { border-color: rgb(114,39,63); }
td.TdClassName
{
border-color: #72273F;
}
.TagClassName
{
border-color: #72273F;
}
</style>