#58313F

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

Shades of Wine Berry #58313F

Tints of Wine Berry #58313F

Color information

#58313F (or 0x58313F) is unknown color: approx Wine Berry. HEX triplet: 58, 31 and 3F. RGB value is (88,49,63). Sum of RGB (Red+Green+Blue) = 88+49+63=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313F is #A7CEC0. Grayscale: #3E3E3E. Windows color (decimal): -10997441 or 4141400. OLE color: 4141400.

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

Color convert

RGB884963-
CMYK00.440.280.65
HSL338.46º28.47%26.86%-
HSV(B)338.46º44.32%34.51%-
XYZ6.024.635.28-
YUV62.26128.42146.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=44%
G=24.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88496300.440.280.65338.4628.4726.86
Hex58313F02C1C411521c1b
Octal1306177054341015223433
Binary101100011000111111101011001110010000011010100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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