#58333C

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

Shades of Wine Berry #58333C

Tints of Wine Berry #58333C

Color information

#58333C (or 0x58333C) is unknown color: approx Wine Berry. HEX triplet: 58, 33 and 3C. RGB value is (88,51,60). Sum of RGB (Red+Green+Blue) = 88+51+60=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58333C is #A7CCC3. Grayscale: #3F3F3F. Windows color (decimal): -10996932 or 3945304. OLE color: 3945304.

HSL color Cylindrical-coordinate representation of color #58333C: hue angle of 345.41º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58333C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB885160-
CMYK00.420.320.65
HSL345.41º26.62%27.25%-
HSV(B)345.41º42.05%34.51%-
XYZ6.024.774.88-
YUV63.09126.26145.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=44.22%
G=25.63%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88516000.420.320.65345.4126.6227.25
Hex58333C02A20411591b1b
Octal1306374052401015313333
Binary1011000110011111100010101010000010000011010110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58333C; }

 p { color: rgb(88,51,60); }

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

<style>
 a { background-color: #58333C; }

 a { background-color: rgb(88,51,60); }

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

<style>
 span { border-color: #58333C; }

 span { border-color: rgb(88,51,60); }

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