#592E35

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

Shades of Wine Berry #592E35

Tints of Wine Berry #592E35

Color information

#592E35 (or 0x592E35) is unknown color: approx Wine Berry. HEX triplet: 59, 2E and 35. RGB value is (89,46,53). Sum of RGB (Red+Green+Blue) = 89+46+53=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #592E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E35 is #A6D1CA. Grayscale: #3B3B3B. Windows color (decimal): -10932683 or 3485273. OLE color: 3485273.

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

Color convert

RGB894653-
CMYK00.480.400.65
HSL350.23º31.85%26.47%-
HSV(B)350.23º48.31%34.9%-
XYZ5.744.333.9-
YUV59.66124.25148.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=47.34%
G=24.47%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89465300.480.400.65350.2331.8526.47
Hex592E35030284115e201a
Octal1315665060501015364032
Binary10110011011101101010110000101000100000110101111010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592E35; }

 p { color: rgb(89,46,53); }

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

<style>
 a { background-color: #592E35; }

 a { background-color: rgb(89,46,53); }

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

<style>
 span { border-color: #592E35; }

 span { border-color: rgb(89,46,53); }

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