#58333F

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

Shades of Wine Berry #58333F

Tints of Wine Berry #58333F

Color information

#58333F (or 0x58333F) is unknown color: approx Wine Berry. HEX triplet: 58, 33 and 3F. RGB value is (88,51,63). Sum of RGB (Red+Green+Blue) = 88+51+63=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58333F is #A7CCC0. Grayscale: #3F3F3F. Windows color (decimal): -10996929 or 4141912. OLE color: 4141912.

HSL color Cylindrical-coordinate representation of color #58333F: hue angle of 340.54º 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 #58333F is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB885163-
CMYK00.420.280.65
HSL340.54º26.62%27.25%-
HSV(B)340.54º42.05%34.51%-
XYZ6.114.85.31-
YUV63.43127.76145.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 63 (25% from 255) = 31.19%
R=43.56%
G=25.25%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88516300.420.280.65340.5426.6227.25
Hex58333F02A1C411551b1b
Octal1306377052341015253333
Binary101100011001111111101010101110010000011010101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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