#58292F

Color #58292F Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #58292F

Tints of Jazz #58292F

Color information

#58292F (or 0x58292F) is unknown color: approx Jazz. HEX triplet: 58, 29 and 2F. RGB value is (88,41,47). Sum of RGB (Red+Green+Blue) = 88+41+47=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #58292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58292F is #A7D6D0. Grayscale: #373737. Windows color (decimal): -10999505 or 3090776. OLE color: 3090776.

HSL color Cylindrical-coordinate representation of color #58292F: hue angle of 352.34º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58292F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB884147-
CMYK00.530.470.65
HSL352.34º36.43%25.29%-
HSV(B)352.34º53.41%34.51%-
XYZ5.333.873.15-
YUV55.74123.07151.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=50%
G=23.30%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88414700.530.470.65352.3436.4325.29
Hex58292F0352F411602419
Octal1305157065571015404431
Binary10110001010011011110110101101111100000110110000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58292F; }

 p { color: rgb(88,41,47); }

 H1.HeaderClassName
 {
   color: #58292F;
 }
 .AnyTagClassName
 {
   color: #58292F;
 }
</style>
background-color css

<style>
 a { background-color: #58292F; }

 a { background-color: rgb(88,41,47); }

 div.DivClassName
 {
   background-color: #58292F;
 }
 .BgClassName
 {
   background-color: #58292F;
 }
</style>
border-color css

<style>
 span { border-color: #58292F; }

 span { border-color: rgb(88,41,47); }

 td.TdClassName
 {
   border-color: #58292F;
 }
 .TagClassName
 {
   border-color: #58292F;
 }
</style>