Shades of Siren #72263F
Tints of Siren #72263F
RGB
CMYK
RGB Variations
Color information
#72263F (or 0x72263F) is known color: Siren. HEX triplet: 72, 26 and 3F. RGB value is (114,38,63). Sum of RGB (Red+Green+Blue) = 114+38+63=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #72263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72263F is #8DD9C0. Grayscale: #3F3F3F. Windows color (decimal): -9296321 or 4138610. OLE color: 4138610.
HSL color Cylindrical-coordinate representation of color #72263F: hue angle of 340.26º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72263F is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 38 | 63 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.55 |
| HSL | 340.26º | 0.5% | 0.3% | - |
| HSV(B) | 340.26º | 0.67% | 0.45% | - |
| XYZ | 8.53 | 5.32 | 5.28 | - |
| YUV | 63.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 63 | 0 | 0.67 | 0.45 | 0.55 | 340.26 | 0.5 | 0.3 |
| Hex | 72 | 26 | 3F | 0 | 43 | 2D | 37 | 154 | 32 | 1E |
| Octal | 162 | 46 | 77 | 0 | 103 | 55 | 67 | 524 | 62 | 36 |
| Binary | 1110010 | 100110 | 111111 | 0 | 1000011 | 101101 | 110111 | 101010100 | 110010 | 11110 |
Color Harmonies of #72263F
Complementary color
Monochromatic Colors of #72263F
Black with #72263F
Text Example
Text Example
White with #72263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72263F; }
p { color: rgb(114,38,63); }
H1.HeaderClassName
{
color: #72263F;
}
.AnyTagClassName
{
color: #72263F;
}
</style>
background-color css
<style>
a { background-color: #72263F; }
a { background-color: rgb(114,38,63); }
div.DivClassName
{
background-color: #72263F;
}
.BgClassName
{
background-color: #72263F;
}
</style>
border-color css
<style>
span { border-color: #72263F; }
span { border-color: rgb(114,38,63); }
td.TdClassName
{
border-color: #72263F;
}
.TagClassName
{
border-color: #72263F;
}
</style>