#58353D

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

Shades of Wine Berry #58353D

Tints of Wine Berry #58353D

Color information

#58353D (or 0x58353D) is unknown color: approx Wine Berry. HEX triplet: 58, 35 and 3D. RGB value is (88,53,61). Sum of RGB (Red+Green+Blue) = 88+53+61=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58353D is #A7CAC2. Grayscale: #404040. Windows color (decimal): -10996419 or 4011352. OLE color: 4011352.

HSL color Cylindrical-coordinate representation of color #58353D: hue angle of 346.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58353D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB885361-
CMYK00.400.310.65
HSL346.29º24.82%27.65%-
HSV(B)346.29º39.77%34.51%-
XYZ6.144.965.05-
YUV64.38126.1144.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=43.56%
G=26.24%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88536100.400.310.65346.2924.8227.65
Hex58353D0281F4115a191c
Octal1306575050371015323134
Binary101100011010111110101010001111110000011010110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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