#582A31

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

Shades of Wine Berry #582A31

Tints of Wine Berry #582A31

Color information

#582A31 (or 0x582A31) is unknown color: approx Wine Berry. HEX triplet: 58, 2A and 31. RGB value is (88,42,49). Sum of RGB (Red+Green+Blue) = 88+42+49=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #582A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A31 is #A7D5CE. Grayscale: #383838. Windows color (decimal): -10999247 or 3222104. OLE color: 3222104.

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

Color convert

RGB884249-
CMYK00.520.440.65
HSL350.87º35.38%25.49%-
HSV(B)350.87º52.27%34.51%-
XYZ5.413.953.38-
YUV56.55123.74150.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=49.16%
G=23.46%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88424900.520.440.65350.8735.3825.49
Hex582A310342C4115f2319
Octal1305261064541015374331
Binary10110001010101100010110100101100100000110101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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