#583034

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

Shades of Jazz #583034

Tints of Jazz #583034

Color information

#583034 (or 0x583034) is unknown color: approx Jazz. HEX triplet: 58, 30 and 34. RGB value is (88,48,52). Sum of RGB (Red+Green+Blue) = 88+48+52=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #583034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583034 is #A7CFCB. Grayscale: #3C3C3C. Windows color (decimal): -10997708 or 3420248. OLE color: 3420248.

HSL color Cylindrical-coordinate representation of color #583034: hue angle of 354º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #583034 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB884852-
CMYK00.450.410.65
HSL354º29.41%26.67%-
HSV(B)354º45.45%34.51%-
XYZ5.74.443.8-
YUV60.42123.25147.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=46.81%
G=25.53%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88485200.450.410.6535429.4126.67
Hex58303402D29411621d1b
Octal1306064055511015423533
Binary1011000110000110100010110110100110000011011000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583034; }

 p { color: rgb(88,48,52); }

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

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

 a { background-color: rgb(88,48,52); }

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

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

 span { border-color: rgb(88,48,52); }

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