#58383D

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

Shades of Wine Berry #58383D

Tints of Wine Berry #58383D

Color information

#58383D (or 0x58383D) is unknown color: approx Wine Berry. HEX triplet: 58, 38 and 3D. RGB value is (88,56,61). Sum of RGB (Red+Green+Blue) = 88+56+61=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58383D is #A7C7C2. Grayscale: #424242. Windows color (decimal): -10995651 or 4012120. OLE color: 4012120.

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

Color convert

RGB885661-
CMYK00.360.310.65
HSL350.62º22.22%28.24%-
HSV(B)350.62º36.36%34.51%-
XYZ6.285.245.1-
YUV66.14125.1143.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=42.93%
G=27.32%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88566100.360.310.65350.6222.2228.24
Hex58383D0241F4115f161c
Octal1307075044371015372634
Binary101100011100011110101001001111110000011010111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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