#58393E

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

Shades of Wine Berry #58393E

Tints of Wine Berry #58393E

Color information

#58393E (or 0x58393E) is unknown color: approx Wine Berry. HEX triplet: 58, 39 and 3E. RGB value is (88,57,62). Sum of RGB (Red+Green+Blue) = 88+57+62=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58393E is #A7C6C1. Grayscale: #424242. Windows color (decimal): -10995394 or 4077912. OLE color: 4077912.

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

Color convert

RGB885762-
CMYK00.350.300.65
HSL350.32º21.38%28.43%-
HSV(B)350.32º35.23%34.51%-
XYZ6.365.355.25-
YUV66.84125.27143.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=42.51%
G=27.54%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88576200.350.300.65350.3221.3828.43
Hex58393E0231E4115e151c
Octal1307176043361015362534
Binary101100011100111111001000111111010000011010111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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