#58323F

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

Shades of Wine Berry #58323F

Tints of Wine Berry #58323F

Color information

#58323F (or 0x58323F) is unknown color: approx Wine Berry. HEX triplet: 58, 32 and 3F. RGB value is (88,50,63). Sum of RGB (Red+Green+Blue) = 88+50+63=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58323F is #A7CDC0. Grayscale: #3E3E3E. Windows color (decimal): -10997185 or 4141656. OLE color: 4141656.

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

Color convert

RGB885063-
CMYK00.430.280.65
HSL339.47º27.54%27.06%-
HSV(B)339.47º43.18%34.51%-
XYZ6.064.715.29-
YUV62.84128.09145.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 63 (25% from 255) = 31.34%
R=43.78%
G=24.88%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88506300.430.280.65339.4727.5427.06
Hex58323F02B1C411531c1b
Octal1306277053341015233433
Binary101100011001011111101010111110010000011010100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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