#58323B

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

Shades of Wine Berry #58323B

Tints of Wine Berry #58323B

Color information

#58323B (or 0x58323B) is unknown color: approx Wine Berry. HEX triplet: 58, 32 and 3B. RGB value is (88,50,59). Sum of RGB (Red+Green+Blue) = 88+50+59=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58323B is #A7CDC4. Grayscale: #3E3E3E. Windows color (decimal): -10997189 or 3879512. OLE color: 3879512.

HSL color Cylindrical-coordinate representation of color #58323B: hue angle of 345.79º 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 #58323B is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB885059-
CMYK00.430.330.65
HSL345.79º27.54%27.06%-
HSV(B)345.79º43.18%34.51%-
XYZ5.954.674.73-
YUV62.39126.09146.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=44.67%
G=25.38%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88505900.430.330.65345.7927.5427.06
Hex58323B02B214115a1c1b
Octal1306273053411015323433
Binary1011000110010111011010101110000110000011010110101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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