#58323C

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

Shades of Wine Berry #58323C

Tints of Wine Berry #58323C

Color information

#58323C (or 0x58323C) is unknown color: approx Wine Berry. HEX triplet: 58, 32 and 3C. RGB value is (88,50,60). Sum of RGB (Red+Green+Blue) = 88+50+60=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58323C is #A7CDC3. Grayscale: #3E3E3E. Windows color (decimal): -10997188 or 3945048. OLE color: 3945048.

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

Color convert

RGB885060-
CMYK00.430.320.65
HSL344.21º27.54%27.06%-
HSV(B)344.21º43.18%34.51%-
XYZ5.984.684.86-
YUV62.5126.59146.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=44.44%
G=25.25%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88506000.430.320.65344.2127.5427.06
Hex58323C02B20411581c1b
Octal1306274053401015303433
Binary1011000110010111100010101110000010000011010110001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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