Shades of Siren #75203E
Tints of Siren #75203E
RGB
CMYK
RGB Variations
Color information
#75203E (or 0x75203E) is known color: Siren. HEX triplet: 75, 20 and 3E. RGB value is (117,32,62). Sum of RGB (Red+Green+Blue) = 117+32+62=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75203E is #8ADFC1. Grayscale: #3C3C3C. Windows color (decimal): -9101250 or 4071541. OLE color: 4071541.
HSL color Cylindrical-coordinate representation of color #75203E: hue angle of 338.82º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75203E is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 62 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.54 |
| HSL | 338.82º | 0.57% | 0.29% | - |
| HSV(B) | 338.82º | 0.73% | 0.46% | - |
| XYZ | 8.72 | 5.16 | 5.09 | - |
| YUV | 60.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 62 | 0 | 0.73 | 0.47 | 0.54 | 338.82 | 0.57 | 0.29 |
| Hex | 75 | 20 | 3E | 0 | 49 | 2F | 36 | 153 | 39 | 1D |
| Octal | 165 | 40 | 76 | 0 | 111 | 57 | 66 | 523 | 71 | 35 |
| Binary | 1110101 | 100000 | 111110 | 0 | 1001001 | 101111 | 110110 | 101010011 | 111001 | 11101 |
Color Harmonies of #75203E
Complementary color
Monochromatic Colors of #75203E
Black with #75203E
Text Example
Text Example
White with #75203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75203E; }
p { color: rgb(117,32,62); }
H1.HeaderClassName
{
color: #75203E;
}
.AnyTagClassName
{
color: #75203E;
}
</style>
background-color css
<style>
a { background-color: #75203E; }
a { background-color: rgb(117,32,62); }
div.DivClassName
{
background-color: #75203E;
}
.BgClassName
{
background-color: #75203E;
}
</style>
border-color css
<style>
span { border-color: #75203E; }
span { border-color: rgb(117,32,62); }
td.TdClassName
{
border-color: #75203E;
}
.TagClassName
{
border-color: #75203E;
}
</style>