Shades of Siren #72283C
Tints of Siren #72283C
RGB
CMYK
RGB Variations
Color information
#72283C (or 0x72283C) is known color: Siren. HEX triplet: 72, 28 and 3C. RGB value is (114,40,60). Sum of RGB (Red+Green+Blue) = 114+40+60=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72283C is #8DD7C3. Grayscale: #404040. Windows color (decimal): -9295812 or 3942514. OLE color: 3942514.
HSL color Cylindrical-coordinate representation of color #72283C: hue angle of 343.78º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72283C is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 60 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.55 |
| HSL | 343.78º | 0.48% | 0.3% | - |
| HSV(B) | 343.78º | 0.65% | 0.45% | - |
| XYZ | 8.51 | 5.42 | 4.87 | - |
| YUV | 64.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 60 | 0 | 0.65 | 0.47 | 0.55 | 343.78 | 0.48 | 0.3 |
| Hex | 72 | 28 | 3C | 0 | 41 | 2F | 37 | 158 | 30 | 1E |
| Octal | 162 | 50 | 74 | 0 | 101 | 57 | 67 | 530 | 60 | 36 |
| Binary | 1110010 | 101000 | 111100 | 0 | 1000001 | 101111 | 110111 | 101011000 | 110000 | 11110 |
Color Harmonies of #72283C
Complementary color
Monochromatic Colors of #72283C
Black with #72283C
Text Example
Text Example
White with #72283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72283C; }
p { color: rgb(114,40,60); }
H1.HeaderClassName
{
color: #72283C;
}
.AnyTagClassName
{
color: #72283C;
}
</style>
background-color css
<style>
a { background-color: #72283C; }
a { background-color: rgb(114,40,60); }
div.DivClassName
{
background-color: #72283C;
}
.BgClassName
{
background-color: #72283C;
}
</style>
border-color css
<style>
span { border-color: #72283C; }
span { border-color: rgb(114,40,60); }
td.TdClassName
{
border-color: #72283C;
}
.TagClassName
{
border-color: #72283C;
}
</style>