#58313C

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

Shades of Wine Berry #58313C

Tints of Wine Berry #58313C

Color information

#58313C (or 0x58313C) is unknown color: approx Wine Berry. HEX triplet: 58, 31 and 3C. RGB value is (88,49,60). Sum of RGB (Red+Green+Blue) = 88+49+60=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313C is #A7CEC3. Grayscale: #3D3D3D. Windows color (decimal): -10997444 or 3944792. OLE color: 3944792.

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

Color convert

RGB884960-
CMYK00.440.320.65
HSL343.08º28.47%26.86%-
HSV(B)343.08º44.32%34.51%-
XYZ5.944.64.85-
YUV61.91126.92146.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=44.67%
G=24.87%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88496000.440.320.65343.0828.4726.86
Hex58313C02C20411571c1b
Octal1306174054401015273433
Binary1011000110001111100010110010000010000011010101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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