Shades of Jazz #5D2A2D
Tints of Jazz #5D2A2D
RGB
CMYK
RGB Variations
Color information
#5D2A2D (or 0x5D2A2D) is known color: Jazz. HEX triplet: 5D, 2A and 2D. RGB value is (93,42,45). Sum of RGB (Red+Green+Blue) = 93+42+45=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2A2D is #A2D5D2. Grayscale: #393939. Windows color (decimal): -10671571 or 2959965. OLE color: 2959965.
HSL color Cylindrical-coordinate representation of color #5D2A2D: hue angle of 356.47º 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 #5D2A2D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 42 | 45 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.64 |
| HSL | 356.47º | 0.38% | 0.26% | - |
| HSV(B) | 356.47º | 0.55% | 0.36% | - |
| XYZ | 5.82 | 4.17 | 2.98 | - |
| YUV | 57.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 42 | 45 | 0 | 0.55 | 0.52 | 0.64 | 356.47 | 0.38 | 0.26 |
| Hex | 5D | 2A | 2D | 0 | 37 | 34 | 40 | 164 | 26 | 1A |
| Octal | 135 | 52 | 55 | 0 | 67 | 64 | 100 | 544 | 46 | 32 |
| Binary | 1011101 | 101010 | 101101 | 0 | 110111 | 110100 | 1000000 | 101100100 | 100110 | 11010 |
Color Harmonies of #5D2A2D
Complementary color
Monochromatic Colors of #5D2A2D
Black with #5D2A2D
Text Example
Text Example
White with #5D2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2A2D; }
p { color: rgb(93,42,45); }
H1.HeaderClassName
{
color: #5D2A2D;
}
.AnyTagClassName
{
color: #5D2A2D;
}
</style>
background-color css
<style>
a { background-color: #5D2A2D; }
a { background-color: rgb(93,42,45); }
div.DivClassName
{
background-color: #5D2A2D;
}
.BgClassName
{
background-color: #5D2A2D;
}
</style>
border-color css
<style>
span { border-color: #5D2A2D; }
span { border-color: rgb(93,42,45); }
td.TdClassName
{
border-color: #5D2A2D;
}
.TagClassName
{
border-color: #5D2A2D;
}
</style>