#58363A

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

Shades of Wine Berry #58363A

Tints of Wine Berry #58363A

Color information

#58363A (or 0x58363A) is unknown color: approx Wine Berry. HEX triplet: 58, 36 and 3A. RGB value is (88,54,58). Sum of RGB (Red+Green+Blue) = 88+54+58=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58363A is #A7C9C5. Grayscale: #404040. Windows color (decimal): -10996166 or 3815000. OLE color: 3815000.

HSL color Cylindrical-coordinate representation of color #58363A: hue angle of 352.94º 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 #58363A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB885458-
CMYK00.390.340.65
HSL352.94º23.94%27.84%-
HSV(B)352.94º38.64%34.51%-
XYZ6.115.024.65-
YUV64.62124.26144.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 58 (23.05% from 255) = 29%
R=44%
G=27%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88545800.390.340.65352.9423.9427.84
Hex58363A0272241161181c
Octal1306672047421015413034
Binary1011000110110111010010011110001010000011011000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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