Shades of Siren #72263C
Tints of Siren #72263C
RGB
CMYK
RGB Variations
Color information
#72263C (or 0x72263C) is known color: Siren. HEX triplet: 72, 26 and 3C. RGB value is (114,38,60). Sum of RGB (Red+Green+Blue) = 114+38+60=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72263C is #8DD9C3. Grayscale: #3F3F3F. Windows color (decimal): -9296324 or 3942002. OLE color: 3942002.
HSL color Cylindrical-coordinate representation of color #72263C: hue angle of 342.63º 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 #72263C is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 38 | 60 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.55 |
| HSL | 342.63º | 0.5% | 0.3% | - |
| HSV(B) | 342.63º | 0.67% | 0.45% | - |
| XYZ | 8.45 | 5.29 | 4.85 | - |
| YUV | 63.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 60 | 0 | 0.67 | 0.47 | 0.55 | 342.63 | 0.5 | 0.3 |
| Hex | 72 | 26 | 3C | 0 | 43 | 2F | 37 | 157 | 32 | 1E |
| Octal | 162 | 46 | 74 | 0 | 103 | 57 | 67 | 527 | 62 | 36 |
| Binary | 1110010 | 100110 | 111100 | 0 | 1000011 | 101111 | 110111 | 101010111 | 110010 | 11110 |
Color Harmonies of #72263C
Complementary color
Monochromatic Colors of #72263C
Black with #72263C
Text Example
Text Example
White with #72263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72263C; }
p { color: rgb(114,38,60); }
H1.HeaderClassName
{
color: #72263C;
}
.AnyTagClassName
{
color: #72263C;
}
</style>
background-color css
<style>
a { background-color: #72263C; }
a { background-color: rgb(114,38,60); }
div.DivClassName
{
background-color: #72263C;
}
.BgClassName
{
background-color: #72263C;
}
</style>
border-color css
<style>
span { border-color: #72263C; }
span { border-color: rgb(114,38,60); }
td.TdClassName
{
border-color: #72263C;
}
.TagClassName
{
border-color: #72263C;
}
</style>