#58353B

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

Shades of Wine Berry #58353B

Tints of Wine Berry #58353B

Color information

#58353B (or 0x58353B) is unknown color: approx Wine Berry. HEX triplet: 58, 35 and 3B. RGB value is (88,53,59). Sum of RGB (Red+Green+Blue) = 88+53+59=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58353B is #A7CAC4. Grayscale: #404040. Windows color (decimal): -10996421 or 3880280. OLE color: 3880280.

HSL color Cylindrical-coordinate representation of color #58353B: hue angle of 349.71º 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 #58353B is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB885359-
CMYK00.400.330.65
HSL349.71º24.82%27.65%-
HSV(B)349.71º39.77%34.51%-
XYZ6.094.944.77-
YUV64.15125.1145.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=44%
G=26.5%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88535900.400.330.65349.7124.8227.65
Hex58353B028214115e191c
Octal1306573050411015363134
Binary1011000110101111011010100010000110000011010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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