#58343E

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

Shades of Wine Berry #58343E

Tints of Wine Berry #58343E

Color information

#58343E (or 0x58343E) is unknown color: approx Wine Berry. HEX triplet: 58, 34 and 3E. RGB value is (88,52,62). Sum of RGB (Red+Green+Blue) = 88+52+62=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58343E is #A7CBC1. Grayscale: #3F3F3F. Windows color (decimal): -10996674 or 4076632. OLE color: 4076632.

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

Color convert

RGB885262-
CMYK00.410.300.65
HSL343.33º25.71%27.45%-
HSV(B)343.33º40.91%34.51%-
XYZ6.124.885.18-
YUV63.9126.93145.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=43.56%
G=25.74%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88526200.410.300.65343.3325.7127.45
Hex58343E0291E411571a1b
Octal1306476051361015273233
Binary101100011010011111001010011111010000011010101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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