#58333A

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

Shades of Wine Berry #58333A

Tints of Wine Berry #58333A

Color information

#58333A (or 0x58333A) is unknown color: approx Wine Berry. HEX triplet: 58, 33 and 3A. RGB value is (88,51,58). Sum of RGB (Red+Green+Blue) = 88+51+58=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58333A is #A7CCC5. Grayscale: #3E3E3E. Windows color (decimal): -10996934 or 3814232. OLE color: 3814232.

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

Color convert

RGB885158-
CMYK00.420.340.65
HSL348.65º26.62%27.25%-
HSV(B)348.65º42.05%34.51%-
XYZ5.974.754.6-
YUV62.86125.26145.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=44.67%
G=25.89%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88515800.420.340.65348.6526.6227.25
Hex58333A02A224115d1b1b
Octal1306372052421015353333
Binary1011000110011111010010101010001010000011010111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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