#58292E

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

Shades of Jazz #58292E

Tints of Jazz #58292E

Color information

#58292E (or 0x58292E) is unknown color: approx Jazz. HEX triplet: 58, 29 and 2E. RGB value is (88,41,46). Sum of RGB (Red+Green+Blue) = 88+41+46=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58292E is #A7D6D1. Grayscale: #373737. Windows color (decimal): -10999506 or 3025240. OLE color: 3025240.

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

Color convert

RGB884146-
CMYK00.530.480.65
HSL353.62º36.43%25.29%-
HSV(B)353.62º53.41%34.51%-
XYZ5.313.863.05-
YUV55.62122.57151.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=50.29%
G=23.43%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88414600.530.480.65353.6236.4325.29
Hex58292E03530411622419
Octal1305156065601015424431
Binary10110001010011011100110101110000100000110110001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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