Shades of Jazz #582A30
Tints of Jazz #582A30
RGB
CMYK
RGB Variations
Color information
#582A30 (or 0x582A30) is known color: Jazz. HEX triplet: 58, 2A and 30. RGB value is (88,42,48). Sum of RGB (Red+Green+Blue) = 88+42+48=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #582A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A30 is #A7D5CF. Grayscale: #383838. Windows color (decimal): -10999248 or 3156568. OLE color: 3156568.
HSL color Cylindrical-coordinate representation of color #582A30: hue angle of 352.17º 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 #582A30 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 48 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.65 |
| HSL | 352.17º | 0.35% | 0.25% | - |
| HSV(B) | 352.17º | 0.52% | 0.35% | - |
| XYZ | 5.39 | 3.94 | 3.27 | - |
| YUV | 56.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 48 | 0 | 0.52 | 0.45 | 0.65 | 352.17 | 0.35 | 0.25 |
| Hex | 58 | 2A | 30 | 0 | 34 | 2D | 41 | 160 | 23 | 19 |
| Octal | 130 | 52 | 60 | 0 | 64 | 55 | 101 | 540 | 43 | 31 |
| Binary | 1011000 | 101010 | 110000 | 0 | 110100 | 101101 | 1000001 | 101100000 | 100011 | 11001 |
Color Harmonies of #582A30
Complementary color
Monochromatic Colors of #582A30
Black with #582A30
Text Example
Text Example
White with #582A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A30; }
p { color: rgb(88,42,48); }
H1.HeaderClassName
{
color: #582A30;
}
.AnyTagClassName
{
color: #582A30;
}
</style>
background-color css
<style>
a { background-color: #582A30; }
a { background-color: rgb(88,42,48); }
div.DivClassName
{
background-color: #582A30;
}
.BgClassName
{
background-color: #582A30;
}
</style>
border-color css
<style>
span { border-color: #582A30; }
span { border-color: rgb(88,42,48); }
td.TdClassName
{
border-color: #582A30;
}
.TagClassName
{
border-color: #582A30;
}
</style>