Shades of Siren #75213F
Tints of Siren #75213F
RGB
CMYK
RGB Variations
Color information
#75213F (or 0x75213F) is known color: Siren. HEX triplet: 75, 21 and 3F. RGB value is (117,33,63). Sum of RGB (Red+Green+Blue) = 117+33+63=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75213F is #8ADEC0. Grayscale: #3D3D3D. Windows color (decimal): -9100993 or 4137333. OLE color: 4137333.
HSL color Cylindrical-coordinate representation of color #75213F: hue angle of 338.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75213F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 63 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.54 |
| HSL | 338.57º | 0.56% | 0.29% | - |
| HSV(B) | 338.57º | 0.72% | 0.46% | - |
| XYZ | 8.78 | 5.23 | 5.25 | - |
| YUV | 61.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 63 | 0 | 0.72 | 0.46 | 0.54 | 338.57 | 0.56 | 0.29 |
| Hex | 75 | 21 | 3F | 0 | 48 | 2E | 36 | 153 | 38 | 1D |
| Octal | 165 | 41 | 77 | 0 | 110 | 56 | 66 | 523 | 70 | 35 |
| Binary | 1110101 | 100001 | 111111 | 0 | 1001000 | 101110 | 110110 | 101010011 | 111000 | 11101 |
Color Harmonies of #75213F
Complementary color
Monochromatic Colors of #75213F
Black with #75213F
Text Example
Text Example
White with #75213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75213F; }
p { color: rgb(117,33,63); }
H1.HeaderClassName
{
color: #75213F;
}
.AnyTagClassName
{
color: #75213F;
}
</style>
background-color css
<style>
a { background-color: #75213F; }
a { background-color: rgb(117,33,63); }
div.DivClassName
{
background-color: #75213F;
}
.BgClassName
{
background-color: #75213F;
}
</style>
border-color css
<style>
span { border-color: #75213F; }
span { border-color: rgb(117,33,63); }
td.TdClassName
{
border-color: #75213F;
}
.TagClassName
{
border-color: #75213F;
}
</style>