#582A2F

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

Shades of Jazz #582A2F

Tints of Jazz #582A2F

Color information

#582A2F (or 0x582A2F) is unknown color: approx Jazz. HEX triplet: 58, 2A and 2F. RGB value is (88,42,47). Sum of RGB (Red+Green+Blue) = 88+42+47=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #582A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A2F is #A7D5D0. Grayscale: #383838. Windows color (decimal): -10999249 or 3091032. OLE color: 3091032.

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

Color convert

RGB884247-
CMYK00.520.470.65
HSL353.48º35.38%25.49%-
HSV(B)353.48º52.27%34.51%-
XYZ5.373.943.17-
YUV56.32122.74150.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=49.72%
G=23.73%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88424700.520.470.65353.4835.3825.49
Hex582A2F0342F411612319
Octal1305257064571015414331
Binary10110001010101011110110100101111100000110110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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