#592C35

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

Shades of Wine Berry #592C35

Tints of Wine Berry #592C35

Color information

#592C35 (or 0x592C35) is unknown color: approx Wine Berry. HEX triplet: 59, 2C and 35. RGB value is (89,44,53). Sum of RGB (Red+Green+Blue) = 89+44+53=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #592C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C35 is #A6D3CA. Grayscale: #3A3A3A. Windows color (decimal): -10933195 or 3484761. OLE color: 3484761.

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

Color convert

RGB894453-
CMYK00.510.400.65
HSL348º33.83%26.08%-
HSV(B)348º50.56%34.9%-
XYZ5.664.183.88-
YUV58.48124.91149.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=47.85%
G=23.66%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89445300.510.400.6534833.8326.08
Hex592C35033284115c221a
Octal1315465063501015344232
Binary10110011011001101010110011101000100000110101110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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