#58383E

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

Shades of Wine Berry #58383E

Tints of Wine Berry #58383E

Color information

#58383E (or 0x58383E) is unknown color: approx Wine Berry. HEX triplet: 58, 38 and 3E. RGB value is (88,56,62). Sum of RGB (Red+Green+Blue) = 88+56+62=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #58383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58383E is #A7C7C1. Grayscale: #424242. Windows color (decimal): -10995650 or 4077656. OLE color: 4077656.

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

Color convert

RGB885662-
CMYK00.360.300.65
HSL348.75º22.22%28.24%-
HSV(B)348.75º36.36%34.51%-
XYZ6.315.255.24-
YUV66.25125.6143.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=42.72%
G=27.18%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88566200.360.300.65348.7522.2228.24
Hex58383E0241E4115d161c
Octal1307076044361015352634
Binary101100011100011111001001001111010000011010111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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