#58313A

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

Shades of Wine Berry #58313A

Tints of Wine Berry #58313A

Color information

#58313A (or 0x58313A) is unknown color: approx Wine Berry. HEX triplet: 58, 31 and 3A. RGB value is (88,49,58). Sum of RGB (Red+Green+Blue) = 88+49+58=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313A is #A7CEC5. Grayscale: #3D3D3D. Windows color (decimal): -10997446 or 3813720. OLE color: 3813720.

HSL color Cylindrical-coordinate representation of color #58313A: hue angle of 346.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58313A is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB884958-
CMYK00.440.340.65
HSL346.15º28.47%26.86%-
HSV(B)346.15º44.32%34.51%-
XYZ5.894.584.58-
YUV61.69125.92146.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=45.13%
G=25.13%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88495800.440.340.65346.1528.4726.86
Hex58313A02C224115a1c1b
Octal1306172054421015323433
Binary1011000110001111010010110010001010000011010110101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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