Shades of Siren #75283D
Tints of Siren #75283D
RGB
CMYK
RGB Variations
Color information
#75283D (or 0x75283D) is known color: Siren. HEX triplet: 75, 28 and 3D. RGB value is (117,40,61). Sum of RGB (Red+Green+Blue) = 117+40+61=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75283D is #8AD7C2. Grayscale: #414141. Windows color (decimal): -9099203 or 4008053. OLE color: 4008053.
HSL color Cylindrical-coordinate representation of color #75283D: hue angle of 343.64º 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 #75283D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 61 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.54 |
| HSL | 343.64º | 0.49% | 0.31% | - |
| HSV(B) | 343.64º | 0.66% | 0.46% | - |
| XYZ | 8.94 | 5.64 | 5.03 | - |
| YUV | 65.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 61 | 0 | 0.66 | 0.48 | 0.54 | 343.64 | 0.49 | 0.31 |
| Hex | 75 | 28 | 3D | 0 | 42 | 30 | 36 | 158 | 31 | 1F |
| Octal | 165 | 50 | 75 | 0 | 102 | 60 | 66 | 530 | 61 | 37 |
| Binary | 1110101 | 101000 | 111101 | 0 | 1000010 | 110000 | 110110 | 101011000 | 110001 | 11111 |
Color Harmonies of #75283D
Complementary color
Monochromatic Colors of #75283D
Black with #75283D
Text Example
Text Example
White with #75283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75283D; }
p { color: rgb(117,40,61); }
H1.HeaderClassName
{
color: #75283D;
}
.AnyTagClassName
{
color: #75283D;
}
</style>
background-color css
<style>
a { background-color: #75283D; }
a { background-color: rgb(117,40,61); }
div.DivClassName
{
background-color: #75283D;
}
.BgClassName
{
background-color: #75283D;
}
</style>
border-color css
<style>
span { border-color: #75283D; }
span { border-color: rgb(117,40,61); }
td.TdClassName
{
border-color: #75283D;
}
.TagClassName
{
border-color: #75283D;
}
</style>