#58313D

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

Shades of Wine Berry #58313D

Tints of Wine Berry #58313D

Color information

#58313D (or 0x58313D) is unknown color: approx Wine Berry. HEX triplet: 58, 31 and 3D. RGB value is (88,49,61). Sum of RGB (Red+Green+Blue) = 88+49+61=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313D is #A7CEC2. Grayscale: #3E3E3E. Windows color (decimal): -10997443 or 4010328. OLE color: 4010328.

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

Color convert

RGB884961-
CMYK00.440.310.65
HSL341.54º28.47%26.86%-
HSV(B)341.54º44.32%34.51%-
XYZ5.974.614.99-
YUV62.03127.42146.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=44.44%
G=24.75%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88496100.440.310.65341.5428.4726.86
Hex58313D02C1F411561c1b
Octal1306175054371015263433
Binary101100011000111110101011001111110000011010101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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