#58292D

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

Shades of Jazz #58292D

Tints of Jazz #58292D

Color information

#58292D (or 0x58292D) is unknown color: approx Jazz. HEX triplet: 58, 29 and 2D. RGB value is (88,41,45). Sum of RGB (Red+Green+Blue) = 88+41+45=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58292D is #A7D6D2. Grayscale: #373737. Windows color (decimal): -10999507 or 2959704. OLE color: 2959704.

HSL color Cylindrical-coordinate representation of color #58292D: hue angle of 354.89º 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 #58292D is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB884145-
CMYK00.530.490.65
HSL354.89º36.43%25.29%-
HSV(B)354.89º53.41%34.51%-
XYZ5.293.852.95-
YUV55.51122.07151.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=50.57%
G=23.56%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88414500.530.490.65354.8936.4325.29
Hex58292D03531411632419
Octal1305155065611015434431
Binary10110001010011011010110101110001100000110110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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