Shades of Siren #72263B
Tints of Siren #72263B
RGB
CMYK
RGB Variations
Color information
#72263B (or 0x72263B) is known color: Siren. HEX triplet: 72, 26 and 3B. RGB value is (114,38,59). Sum of RGB (Red+Green+Blue) = 114+38+59=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72263B is #8DD9C4. Grayscale: #3F3F3F. Windows color (decimal): -9296325 or 3876466. OLE color: 3876466.
HSL color Cylindrical-coordinate representation of color #72263B: hue angle of 343.42º 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 #72263B is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 38 | 59 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.55 |
| HSL | 343.42º | 0.5% | 0.3% | - |
| HSV(B) | 343.42º | 0.67% | 0.45% | - |
| XYZ | 8.42 | 5.28 | 4.71 | - |
| YUV | 63.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 59 | 0 | 0.67 | 0.48 | 0.55 | 343.42 | 0.5 | 0.3 |
| Hex | 72 | 26 | 3B | 0 | 43 | 30 | 37 | 157 | 32 | 1E |
| Octal | 162 | 46 | 73 | 0 | 103 | 60 | 67 | 527 | 62 | 36 |
| Binary | 1110010 | 100110 | 111011 | 0 | 1000011 | 110000 | 110111 | 101010111 | 110010 | 11110 |
Color Harmonies of #72263B
Complementary color
Monochromatic Colors of #72263B
Black with #72263B
Text Example
Text Example
White with #72263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72263B; }
p { color: rgb(114,38,59); }
H1.HeaderClassName
{
color: #72263B;
}
.AnyTagClassName
{
color: #72263B;
}
</style>
background-color css
<style>
a { background-color: #72263B; }
a { background-color: rgb(114,38,59); }
div.DivClassName
{
background-color: #72263B;
}
.BgClassName
{
background-color: #72263B;
}
</style>
border-color css
<style>
span { border-color: #72263B; }
span { border-color: rgb(114,38,59); }
td.TdClassName
{
border-color: #72263B;
}
.TagClassName
{
border-color: #72263B;
}
</style>