Shades of Jazz #5D2C34
Tints of Jazz #5D2C34
RGB
CMYK
RGB Variations
Color information
#5D2C34 (or 0x5D2C34) is known color: Jazz. HEX triplet: 5D, 2C and 34. RGB value is (93,44,52). Sum of RGB (Red+Green+Blue) = 93+44+52=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2C34 is #A2D3CB. Grayscale: #3B3B3B. Windows color (decimal): -10671052 or 3419229. OLE color: 3419229.
HSL color Cylindrical-coordinate representation of color #5D2C34: hue angle of 350.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D2C34 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 44 | 52 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.64 |
| HSL | 350.2º | 0.36% | 0.27% | - |
| HSV(B) | 350.2º | 0.53% | 0.36% | - |
| XYZ | 6.03 | 4.38 | 3.78 | - |
| YUV | 59.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 52 | 0 | 0.53 | 0.44 | 0.64 | 350.2 | 0.36 | 0.27 |
| Hex | 5D | 2C | 34 | 0 | 35 | 2C | 40 | 15E | 24 | 1B |
| Octal | 135 | 54 | 64 | 0 | 65 | 54 | 100 | 536 | 44 | 33 |
| Binary | 1011101 | 101100 | 110100 | 0 | 110101 | 101100 | 1000000 | 101011110 | 100100 | 11011 |
Color Harmonies of #5D2C34
Complementary color
Monochromatic Colors of #5D2C34
Black with #5D2C34
Text Example
Text Example
White with #5D2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2C34; }
p { color: rgb(93,44,52); }
H1.HeaderClassName
{
color: #5D2C34;
}
.AnyTagClassName
{
color: #5D2C34;
}
</style>
background-color css
<style>
a { background-color: #5D2C34; }
a { background-color: rgb(93,44,52); }
div.DivClassName
{
background-color: #5D2C34;
}
.BgClassName
{
background-color: #5D2C34;
}
</style>
border-color css
<style>
span { border-color: #5D2C34; }
span { border-color: rgb(93,44,52); }
td.TdClassName
{
border-color: #5D2C34;
}
.TagClassName
{
border-color: #5D2C34;
}
</style>