#582F3A

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

Shades of Wine Berry #582F3A

Tints of Wine Berry #582F3A

Color information

#582F3A (or 0x582F3A) is unknown color: approx Wine Berry. HEX triplet: 58, 2F and 3A. RGB value is (88,47,58). Sum of RGB (Red+Green+Blue) = 88+47+58=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F3A is #A7D0C5. Grayscale: #3C3C3C. Windows color (decimal): -10997958 or 3813208. OLE color: 3813208.

HSL color Cylindrical-coordinate representation of color #582F3A: hue angle of 343.9º 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 #582F3A is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB884758-
CMYK00.470.340.65
HSL343.9º30.37%26.47%-
HSV(B)343.9º46.59%34.51%-
XYZ5.84.414.55-
YUV60.51126.58147.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=45.60%
G=24.35%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88475800.470.340.65343.930.3726.47
Hex582F3A02F22411581e1a
Octal1305772057421015303632
Binary1011000101111111010010111110001010000011010110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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