Shades of Jazz #5D2A2E
Tints of Jazz #5D2A2E
RGB
CMYK
RGB Variations
Color information
#5D2A2E (or 0x5D2A2E) is known color: Jazz. HEX triplet: 5D, 2A and 2E. RGB value is (93,42,46). Sum of RGB (Red+Green+Blue) = 93+42+46=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2A2E is #A2D5D1. Grayscale: #393939. Windows color (decimal): -10671570 or 3025501. OLE color: 3025501.
HSL color Cylindrical-coordinate representation of color #5D2A2E: hue angle of 355.29º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D2A2E is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 42 | 46 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.64 |
| HSL | 355.29º | 0.38% | 0.26% | - |
| HSV(B) | 355.29º | 0.55% | 0.36% | - |
| XYZ | 5.84 | 4.18 | 3.08 | - |
| YUV | 57.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 42 | 46 | 0 | 0.55 | 0.51 | 0.64 | 355.29 | 0.38 | 0.26 |
| Hex | 5D | 2A | 2E | 0 | 37 | 33 | 40 | 163 | 26 | 1A |
| Octal | 135 | 52 | 56 | 0 | 67 | 63 | 100 | 543 | 46 | 32 |
| Binary | 1011101 | 101010 | 101110 | 0 | 110111 | 110011 | 1000000 | 101100011 | 100110 | 11010 |
Color Harmonies of #5D2A2E
Complementary color
Monochromatic Colors of #5D2A2E
Black with #5D2A2E
Text Example
Text Example
White with #5D2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2A2E; }
p { color: rgb(93,42,46); }
H1.HeaderClassName
{
color: #5D2A2E;
}
.AnyTagClassName
{
color: #5D2A2E;
}
</style>
background-color css
<style>
a { background-color: #5D2A2E; }
a { background-color: rgb(93,42,46); }
div.DivClassName
{
background-color: #5D2A2E;
}
.BgClassName
{
background-color: #5D2A2E;
}
</style>
border-color css
<style>
span { border-color: #5D2A2E; }
span { border-color: rgb(93,42,46); }
td.TdClassName
{
border-color: #5D2A2E;
}
.TagClassName
{
border-color: #5D2A2E;
}
</style>