#58343A

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

Shades of Wine Berry #58343A

Tints of Wine Berry #58343A

Color information

#58343A (or 0x58343A) is unknown color: approx Wine Berry. HEX triplet: 58, 34 and 3A. RGB value is (88,52,58). Sum of RGB (Red+Green+Blue) = 88+52+58=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58343A is #A7CBC5. Grayscale: #3F3F3F. Windows color (decimal): -10996678 or 3814488. OLE color: 3814488.

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

Color convert

RGB885258-
CMYK00.410.340.65
HSL350º25.71%27.45%-
HSV(B)350º40.91%34.51%-
XYZ6.024.844.62-
YUV63.45124.93145.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=44.44%
G=26.26%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88525800.410.340.6535025.7127.45
Hex58343A029224115e1a1b
Octal1306472051421015363233
Binary1011000110100111010010100110001010000011010111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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