#58323E

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

Shades of Wine Berry #58323E

Tints of Wine Berry #58323E

Color information

#58323E (or 0x58323E) is unknown color: approx Wine Berry. HEX triplet: 58, 32 and 3E. RGB value is (88,50,62). Sum of RGB (Red+Green+Blue) = 88+50+62=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58323E is #A7CDC1. Grayscale: #3E3E3E. Windows color (decimal): -10997186 or 4076120. OLE color: 4076120.

HSL color Cylindrical-coordinate representation of color #58323E: hue angle of 341.05º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58323E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB885062-
CMYK00.430.300.65
HSL341.05º27.54%27.06%-
HSV(B)341.05º43.18%34.51%-
XYZ6.034.75.15-
YUV62.73127.59146.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 62 (24.61% from 255) = 31%
R=44%
G=25%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88506200.430.300.65341.0527.5427.06
Hex58323E02B1E411551c1b
Octal1306276053361015253433
Binary101100011001011111001010111111010000011010101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58323E; }

 p { color: rgb(88,50,62); }

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

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

 a { background-color: rgb(88,50,62); }

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

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

 span { border-color: rgb(88,50,62); }

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