Html Css Color HEX #59353B Wine Berry

📋 copy color: '#59353B'

red 89 ◦ green 53 ◦ blue 59

#59353B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #59353B

Tints of Wine Berry #59353B

RGB

 RED value IS 89 (35.16% from 255) = 44.28%

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 59 (23.44% from 255) = 29.35%

R = 44.28%
G = 26.37%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59353B (or 0x59353B) is known color: Wine Berry. HEX triplet: 59, 35 and 3B. RGB value is (89,53,59). Sum of RGB (Red+Green+Blue) = 89+53+59=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59353B is #A6CAC4. Grayscale: #404040. Windows color (decimal): -10930885 or 3880281. OLE color: 3880281.

HSL color Cylindrical-coordinate representation of color #59353B: hue angle of 350º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59353B is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 59 -
CMYK 0 0.40 0.34 0.65
HSL 350º 0.25% 0.28% -
HSV(B) 350º 0.4% 0.35% -
XYZ 6.18 4.99 4.77 -
YUV 64.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 89 53 59 0 0.40 0.34 0.65 350 0.25 0.28
Hex 59 35 3B 0 28 22 41 15E 19 1C
Octal 131 65 73 0 50 42 101 536 31 34
Binary 1011001 110101 111011 0 101000 100010 1000001 101011110 11001 11100

Color Harmonies of #59353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59353B

Black with #59353B

Text Example


Text Example

White with #59353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59353B; }

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

 H1.HeaderClassName
 {
   color: #59353B;
 }
 .AnyTagClassName
 {
   color: #59353B;
 }
</style>

background-color css

<style>
 a { background-color: #59353B; }

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

 div.DivClassName
 {
   background-color: #59353B;
 }
 .BgClassName
 {
   background-color: #59353B;
 }
</style>

border-color css

<style>
 span { border-color: #59353B; }

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

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