#58373E

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

Shades of Wine Berry #58373E

Tints of Wine Berry #58373E

Color information

#58373E (or 0x58373E) is unknown color: approx Wine Berry. HEX triplet: 58, 37 and 3E. RGB value is (88,55,62). Sum of RGB (Red+Green+Blue) = 88+55+62=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58373E is #A7C8C1. Grayscale: #414141. Windows color (decimal): -10995906 or 4077400. OLE color: 4077400.

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

Color convert

RGB885562-
CMYK00.380.300.65
HSL347.27º23.08%28.04%-
HSV(B)347.27º37.5%34.51%-
XYZ6.265.155.22-
YUV65.66125.93143.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=42.93%
G=26.83%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88556200.380.300.65347.2723.0828.04
Hex58373E0261E4115b171c
Octal1306776046361015332734
Binary101100011011111111001001101111010000011010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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