#58373D

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

Shades of Wine Berry #58373D

Tints of Wine Berry #58373D

Color information

#58373D (or 0x58373D) is unknown color: approx Wine Berry. HEX triplet: 58, 37 and 3D. RGB value is (88,55,61). Sum of RGB (Red+Green+Blue) = 88+55+61=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58373D is #A7C8C2. Grayscale: #414141. Windows color (decimal): -10995907 or 4011864. OLE color: 4011864.

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

Color convert

RGB885561-
CMYK00.380.310.65
HSL349.09º23.08%28.04%-
HSV(B)349.09º37.5%34.51%-
XYZ6.235.145.08-
YUV65.55125.43144.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=43.14%
G=26.96%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88556100.380.310.65349.0923.0828.04
Hex58373D0261F4115d171c
Octal1306775046371015352734
Binary101100011011111110101001101111110000011010111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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