#58363D

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

Shades of Wine Berry #58363D

Tints of Wine Berry #58363D

Color information

#58363D (or 0x58363D) is unknown color: approx Wine Berry. HEX triplet: 58, 36 and 3D. RGB value is (88,54,61). Sum of RGB (Red+Green+Blue) = 88+54+61=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58363D is #A7C9C2. Grayscale: #404040. Windows color (decimal): -10996163 or 4011608. OLE color: 4011608.

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

Color convert

RGB885461-
CMYK00.390.310.65
HSL347.65º23.94%27.84%-
HSV(B)347.65º38.64%34.51%-
XYZ6.195.055.06-
YUV64.96125.76144.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=43.35%
G=26.60%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88546100.390.310.65347.6523.9427.84
Hex58363D0271F4115c181c
Octal1306675047371015343034
Binary101100011011011110101001111111110000011010111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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