#582F3C

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

Shades of Wine Berry #582F3C

Tints of Wine Berry #582F3C

Color information

#582F3C (or 0x582F3C) is unknown color: approx Wine Berry. HEX triplet: 58, 2F and 3C. RGB value is (88,47,60). Sum of RGB (Red+Green+Blue) = 88+47+60=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F3C is #A7D0C3. Grayscale: #3C3C3C. Windows color (decimal): -10997956 or 3944280. OLE color: 3944280.

HSL color Cylindrical-coordinate representation of color #582F3C: hue angle of 340.98º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F3C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB884760-
CMYK00.470.320.65
HSL340.98º30.37%26.47%-
HSV(B)340.98º46.59%34.51%-
XYZ5.864.434.82-
YUV60.74127.58147.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=45.13%
G=24.10%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88476000.470.320.65340.9830.3726.47
Hex582F3C02F20411551e1a
Octal1305774057401015253632
Binary1011000101111111100010111110000010000011010101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F3C; }

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

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

<style>
 a { background-color: #582F3C; }

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

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

<style>
 span { border-color: #582F3C; }

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

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