#582A2D

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

Shades of Jazz #582A2D

Tints of Jazz #582A2D

Color information

#582A2D (or 0x582A2D) is unknown color: approx Jazz. HEX triplet: 58, 2A and 2D. RGB value is (88,42,45). Sum of RGB (Red+Green+Blue) = 88+42+45=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #582A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A2D is #A7D5D2. Grayscale: #383838. Windows color (decimal): -10999251 or 2959960. OLE color: 2959960.

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

Color convert

RGB884245-
CMYK00.520.490.65
HSL356.09º35.38%25.49%-
HSV(B)356.09º52.27%34.51%-
XYZ5.333.922.96-
YUV56.1121.74150.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=50.29%
G=24%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88424500.520.490.65356.0935.3825.49
Hex582A2D03431411642319
Octal1305255064611015444331
Binary10110001010101011010110100110001100000110110010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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