Shades of Siren #78253F
Tints of Siren #78253F
RGB
CMYK
RGB Variations
Color information
#78253F (or 0x78253F) is known color: Siren. HEX triplet: 78, 25 and 3F. RGB value is (120,37,63). Sum of RGB (Red+Green+Blue) = 120+37+63=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78253F is #87DAC0. Grayscale: #404040. Windows color (decimal): -8903361 or 4138360. OLE color: 4138360.
HSL color Cylindrical-coordinate representation of color #78253F: hue angle of 341.2º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78253F is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 63 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.53 |
| HSL | 341.2º | 0.53% | 0.31% | - |
| HSV(B) | 341.2º | 0.69% | 0.47% | - |
| XYZ | 9.3 | 5.68 | 5.31 | - |
| YUV | 64.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 63 | 0 | 0.69 | 0.48 | 0.53 | 341.2 | 0.53 | 0.31 |
| Hex | 78 | 25 | 3F | 0 | 45 | 30 | 35 | 155 | 35 | 1F |
| Octal | 170 | 45 | 77 | 0 | 105 | 60 | 65 | 525 | 65 | 37 |
| Binary | 1111000 | 100101 | 111111 | 0 | 1000101 | 110000 | 110101 | 101010101 | 110101 | 11111 |
Color Harmonies of #78253F
Complementary color
Monochromatic Colors of #78253F
Black with #78253F
Text Example
Text Example
White with #78253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78253F; }
p { color: rgb(120,37,63); }
H1.HeaderClassName
{
color: #78253F;
}
.AnyTagClassName
{
color: #78253F;
}
</style>
background-color css
<style>
a { background-color: #78253F; }
a { background-color: rgb(120,37,63); }
div.DivClassName
{
background-color: #78253F;
}
.BgClassName
{
background-color: #78253F;
}
</style>
border-color css
<style>
span { border-color: #78253F; }
span { border-color: rgb(120,37,63); }
td.TdClassName
{
border-color: #78253F;
}
.TagClassName
{
border-color: #78253F;
}
</style>