Shades of Siren #76273D
Tints of Siren #76273D
RGB
CMYK
RGB Variations
Color information
#76273D (or 0x76273D) is known color: Siren. HEX triplet: 76, 27 and 3D. RGB value is (118,39,61). Sum of RGB (Red+Green+Blue) = 118+39+61=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76273D is #89D8C2. Grayscale: #414141. Windows color (decimal): -9033923 or 4007798. OLE color: 4007798.
HSL color Cylindrical-coordinate representation of color #76273D: hue angle of 343.29º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76273D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 61 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.54 |
| HSL | 343.29º | 0.5% | 0.31% | - |
| HSV(B) | 343.29º | 0.67% | 0.46% | - |
| XYZ | 9.04 | 5.64 | 5.03 | - |
| YUV | 65.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 61 | 0 | 0.67 | 0.48 | 0.54 | 343.29 | 0.5 | 0.31 |
| Hex | 76 | 27 | 3D | 0 | 43 | 30 | 36 | 157 | 32 | 1F |
| Octal | 166 | 47 | 75 | 0 | 103 | 60 | 66 | 527 | 62 | 37 |
| Binary | 1110110 | 100111 | 111101 | 0 | 1000011 | 110000 | 110110 | 101010111 | 110010 | 11111 |
Color Harmonies of #76273D
Complementary color
Monochromatic Colors of #76273D
Black with #76273D
Text Example
Text Example
White with #76273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76273D; }
p { color: rgb(118,39,61); }
H1.HeaderClassName
{
color: #76273D;
}
.AnyTagClassName
{
color: #76273D;
}
</style>
background-color css
<style>
a { background-color: #76273D; }
a { background-color: rgb(118,39,61); }
div.DivClassName
{
background-color: #76273D;
}
.BgClassName
{
background-color: #76273D;
}
</style>
border-color css
<style>
span { border-color: #76273D; }
span { border-color: rgb(118,39,61); }
td.TdClassName
{
border-color: #76273D;
}
.TagClassName
{
border-color: #76273D;
}
</style>