Shades of Siren #76283D
Tints of Siren #76283D
RGB
CMYK
RGB Variations
Color information
#76283D (or 0x76283D) is known color: Siren. HEX triplet: 76, 28 and 3D. RGB value is (118,40,61). Sum of RGB (Red+Green+Blue) = 118+40+61=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76283D is #89D7C2. Grayscale: #414141. Windows color (decimal): -9033667 or 4008054. OLE color: 4008054.
HSL color Cylindrical-coordinate representation of color #76283D: hue angle of 343.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76283D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 61 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.54 |
| HSL | 343.85º | 0.49% | 0.31% | - |
| HSV(B) | 343.85º | 0.66% | 0.46% | - |
| XYZ | 9.07 | 5.71 | 5.04 | - |
| YUV | 65.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 61 | 0 | 0.66 | 0.48 | 0.54 | 343.85 | 0.49 | 0.31 |
| Hex | 76 | 28 | 3D | 0 | 42 | 30 | 36 | 158 | 31 | 1F |
| Octal | 166 | 50 | 75 | 0 | 102 | 60 | 66 | 530 | 61 | 37 |
| Binary | 1110110 | 101000 | 111101 | 0 | 1000010 | 110000 | 110110 | 101011000 | 110001 | 11111 |
Color Harmonies of #76283D
Complementary color
Monochromatic Colors of #76283D
Black with #76283D
Text Example
Text Example
White with #76283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76283D; }
p { color: rgb(118,40,61); }
H1.HeaderClassName
{
color: #76283D;
}
.AnyTagClassName
{
color: #76283D;
}
</style>
background-color css
<style>
a { background-color: #76283D; }
a { background-color: rgb(118,40,61); }
div.DivClassName
{
background-color: #76283D;
}
.BgClassName
{
background-color: #76283D;
}
</style>
border-color css
<style>
span { border-color: #76283D; }
span { border-color: rgb(118,40,61); }
td.TdClassName
{
border-color: #76283D;
}
.TagClassName
{
border-color: #76283D;
}
</style>