#582C30

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

Shades of Jazz #582C30

Tints of Jazz #582C30

Color information

#582C30 (or 0x582C30) is unknown color: approx Jazz. HEX triplet: 58, 2C and 30. RGB value is (88,44,48). Sum of RGB (Red+Green+Blue) = 88+44+48=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #582C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C30 is #A7D3CF. Grayscale: #393939. Windows color (decimal): -10998736 or 3157080. OLE color: 3157080.

HSL color Cylindrical-coordinate representation of color #582C30: hue angle of 354.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #582C30 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB884448-
CMYK00.50.450.65
HSL354.55º33.33%25.88%-
HSV(B)354.55º50%34.51%-
XYZ5.464.093.3-
YUV57.61122.58149.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=48.89%
G=24.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88444800.50.450.65354.5533.3325.88
Hex582C300322D41163211a
Octal1305460062551015434132
Binary10110001011001100000110010101101100000110110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582C30; }

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

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

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

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

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

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

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

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