Shades of Siren #61283B
Tints of Siren #61283B
RGB
CMYK
RGB Variations
Color information
#61283B (or 0x61283B) is known color: Siren. HEX triplet: 61, 28 and 3B. RGB value is (97,40,59). Sum of RGB (Red+Green+Blue) = 97+40+59=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61283B is #9ED7C4. Grayscale: #3B3B3B. Windows color (decimal): -10409925 or 3876961. OLE color: 3876961.
HSL color Cylindrical-coordinate representation of color #61283B: hue angle of 340º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61283B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 40 | 59 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.62 |
| HSL | 340º | 0.42% | 0.27% | - |
| HSV(B) | 340º | 0.59% | 0.38% | - |
| XYZ | 6.48 | 4.37 | 4.64 | - |
| YUV | 59.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 59 | 0 | 0.59 | 0.39 | 0.62 | 340 | 0.42 | 0.27 |
| Hex | 61 | 28 | 3B | 0 | 3B | 27 | 3E | 154 | 2A | 1B |
| Octal | 141 | 50 | 73 | 0 | 73 | 47 | 76 | 524 | 52 | 33 |
| Binary | 1100001 | 101000 | 111011 | 0 | 111011 | 100111 | 111110 | 101010100 | 101010 | 11011 |
Color Harmonies of #61283B
Complementary color
Monochromatic Colors of #61283B
Black with #61283B
Text Example
Text Example
White with #61283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61283B; }
p { color: rgb(97,40,59); }
H1.HeaderClassName
{
color: #61283B;
}
.AnyTagClassName
{
color: #61283B;
}
</style>
background-color css
<style>
a { background-color: #61283B; }
a { background-color: rgb(97,40,59); }
div.DivClassName
{
background-color: #61283B;
}
.BgClassName
{
background-color: #61283B;
}
</style>
border-color css
<style>
span { border-color: #61283B; }
span { border-color: rgb(97,40,59); }
td.TdClassName
{
border-color: #61283B;
}
.TagClassName
{
border-color: #61283B;
}
</style>