Shades of Jazz #582A2D
Tints of Jazz #582A2D
RGB
CMYK
RGB Variations
Color information
#582A2D (or 0x582A2D) is known color: Jazz. HEX triplet: 58, 2A and 2D. RGB value is (88,42,45). Sum of RGB (Red+Green+Blue) = 88+42+45=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #582A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A2D is #A7D5D2. Grayscale: #383838. Windows color (decimal): -10999251 or 2959960. OLE color: 2959960.
HSL color Cylindrical-coordinate representation of color #582A2D: hue angle of 356.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A2D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 45 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.65 |
| HSL | 356.09º | 0.35% | 0.25% | - |
| HSV(B) | 356.09º | 0.52% | 0.35% | - |
| XYZ | 5.33 | 3.92 | 2.96 | - |
| YUV | 56.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 45 | 0 | 0.52 | 0.49 | 0.65 | 356.09 | 0.35 | 0.25 |
| Hex | 58 | 2A | 2D | 0 | 34 | 31 | 41 | 164 | 23 | 19 |
| Octal | 130 | 52 | 55 | 0 | 64 | 61 | 101 | 544 | 43 | 31 |
| Binary | 1011000 | 101010 | 101101 | 0 | 110100 | 110001 | 1000001 | 101100100 | 100011 | 11001 |
Color Harmonies of #582A2D
Complementary color
Monochromatic Colors of #582A2D
Black with #582A2D
Text Example
Text Example
White with #582A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A2D; }
p { color: rgb(88,42,45); }
H1.HeaderClassName
{
color: #582A2D;
}
.AnyTagClassName
{
color: #582A2D;
}
</style>
background-color css
<style>
a { background-color: #582A2D; }
a { background-color: rgb(88,42,45); }
div.DivClassName
{
background-color: #582A2D;
}
.BgClassName
{
background-color: #582A2D;
}
</style>
border-color css
<style>
span { border-color: #582A2D; }
span { border-color: rgb(88,42,45); }
td.TdClassName
{
border-color: #582A2D;
}
.TagClassName
{
border-color: #582A2D;
}
</style>