Html Css Color HEX #59353D Wine Berry

📋 copy color: '#59353D'

red 89 ◦ green 53 ◦ blue 61

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

Shades of Wine Berry #59353D

Tints of Wine Berry #59353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 43.84%
G = 26.11%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59353D (or 0x59353D) is known color: Wine Berry. HEX triplet: 59, 35 and 3D. RGB value is (89,53,61). Sum of RGB (Red+Green+Blue) = 89+53+61=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59353D is #A6CAC2. Grayscale: #404040. Windows color (decimal): -10930883 or 4011353. OLE color: 4011353.

HSL color Cylindrical-coordinate representation of color #59353D: hue angle of 346.67º 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 #59353D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 61 -
CMYK 0 0.40 0.31 0.65
HSL 346.67º 0.25% 0.28% -
HSV(B) 346.67º 0.4% 0.35% -
XYZ 6.24 5.01 5.05 -
YUV 64.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 89 53 61 0 0.40 0.31 0.65 346.67 0.25 0.28
Hex 59 35 3D 0 28 1F 41 15B 19 1C
Octal 131 65 75 0 50 37 101 533 31 34
Binary 1011001 110101 111101 0 101000 11111 1000001 101011011 11001 11100

Color Harmonies of #59353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59353D

Black with #59353D

Text Example


Text Example

White with #59353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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