#58383F

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

Shades of Wine Berry #58383F

Tints of Wine Berry #58383F

Color information

#58383F (or 0x58383F) is unknown color: approx Wine Berry. HEX triplet: 58, 38 and 3F. RGB value is (88,56,63). Sum of RGB (Red+Green+Blue) = 88+56+63=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58383F is #A7C7C0. Grayscale: #424242. Windows color (decimal): -10995649 or 4143192. OLE color: 4143192.

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

Color convert

RGB885663-
CMYK00.360.280.65
HSL346.88º22.22%28.24%-
HSV(B)346.88º36.36%34.51%-
XYZ6.345.265.38-
YUV66.37126.1143.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 63 (25% from 255) = 30.43%
R=42.51%
G=27.05%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88566300.360.280.65346.8822.2228.24
Hex58383F0241C4115b161c
Octal1307077044341015332634
Binary101100011100011111101001001110010000011010110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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