Shades of Jazz #5E2A2F
Tints of Jazz #5E2A2F
RGB
CMYK
RGB Variations
Color information
#5E2A2F (or 0x5E2A2F) is known color: Jazz. HEX triplet: 5E, 2A and 2F. RGB value is (94,42,47). Sum of RGB (Red+Green+Blue) = 94+42+47=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2A2F is #A1D5D0. Grayscale: #3A3A3A. Windows color (decimal): -10606033 or 3091038. OLE color: 3091038.
HSL color Cylindrical-coordinate representation of color #5E2A2F: hue angle of 354.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E2A2F is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 42 | 47 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.63 |
| HSL | 354.23º | 0.38% | 0.27% | - |
| HSV(B) | 354.23º | 0.55% | 0.37% | - |
| XYZ | 5.96 | 4.24 | 3.19 | - |
| YUV | 58.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 47 | 0 | 0.55 | 0.5 | 0.63 | 354.23 | 0.38 | 0.27 |
| Hex | 5E | 2A | 2F | 0 | 37 | 32 | 3F | 162 | 26 | 1B |
| Octal | 136 | 52 | 57 | 0 | 67 | 62 | 77 | 542 | 46 | 33 |
| Binary | 1011110 | 101010 | 101111 | 0 | 110111 | 110010 | 111111 | 101100010 | 100110 | 11011 |
Color Harmonies of #5E2A2F
Complementary color
Monochromatic Colors of #5E2A2F
Black with #5E2A2F
Text Example
Text Example
White with #5E2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2A2F; }
p { color: rgb(94,42,47); }
H1.HeaderClassName
{
color: #5E2A2F;
}
.AnyTagClassName
{
color: #5E2A2F;
}
</style>
background-color css
<style>
a { background-color: #5E2A2F; }
a { background-color: rgb(94,42,47); }
div.DivClassName
{
background-color: #5E2A2F;
}
.BgClassName
{
background-color: #5E2A2F;
}
</style>
border-color css
<style>
span { border-color: #5E2A2F; }
span { border-color: rgb(94,42,47); }
td.TdClassName
{
border-color: #5E2A2F;
}
.TagClassName
{
border-color: #5E2A2F;
}
</style>