#582931

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

Shades of Wine Berry #582931

Tints of Wine Berry #582931

Color information

#582931 (or 0x582931) is unknown color: approx Wine Berry. HEX triplet: 58, 29 and 31. RGB value is (88,41,49). Sum of RGB (Red+Green+Blue) = 88+41+49=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #582931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582931 is #A7D6CE. Grayscale: #373737. Windows color (decimal): -10999503 or 3221848. OLE color: 3221848.

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

Color convert

RGB884149-
CMYK00.530.440.65
HSL349.79º36.43%25.29%-
HSV(B)349.79º53.41%34.51%-
XYZ5.373.883.37-
YUV55.96124.07150.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=49.44%
G=23.03%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88414900.530.440.65349.7936.4325.29
Hex5829310352C4115e2419
Octal1305161065541015364431
Binary10110001010011100010110101101100100000110101111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582931; }

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

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

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

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

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

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

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

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