#58313E

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

Shades of Wine Berry #58313E

Tints of Wine Berry #58313E

Color information

#58313E (or 0x58313E) is unknown color: approx Wine Berry. HEX triplet: 58, 31 and 3E. RGB value is (88,49,62). Sum of RGB (Red+Green+Blue) = 88+49+62=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313E is #A7CEC1. Grayscale: #3E3E3E. Windows color (decimal): -10997442 or 4075864. OLE color: 4075864.

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

Color convert

RGB884962-
CMYK00.440.300.65
HSL340º28.47%26.86%-
HSV(B)340º44.32%34.51%-
XYZ5.994.625.13-
YUV62.14127.92146.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=44.22%
G=24.62%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88496200.440.300.6534028.4726.86
Hex58313E02C1E411541c1b
Octal1306176054361015243433
Binary101100011000111111001011001111010000011010101001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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