Html Css Color HEX #59313F Wine Berry

📋 copy color: '#59313F'

red 89 ◦ green 49 ◦ blue 63

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

Shades of Wine Berry #59313F

Tints of Wine Berry #59313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 63 (25% from 255) = 31.34%

R = 44.28%
G = 24.38%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59313F (or 0x59313F) is known color: Wine Berry. HEX triplet: 59, 31 and 3F. RGB value is (89,49,63). Sum of RGB (Red+Green+Blue) = 89+49+63=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59313F is #A6CEC0. Grayscale: #3E3E3E. Windows color (decimal): -10931905 or 4141401. OLE color: 4141401.

HSL color Cylindrical-coordinate representation of color #59313F: hue angle of 339º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59313F is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 49 63 -
CMYK 0 0.45 0.29 0.65
HSL 339º 0.29% 0.27% -
HSV(B) 339º 0.45% 0.35% -
XYZ 6.12 4.68 5.28 -
YUV 62.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 89 49 63 0 0.45 0.29 0.65 339 0.29 0.27
Hex 59 31 3F 0 2D 1D 41 153 1D 1B
Octal 131 61 77 0 55 35 101 523 35 33
Binary 1011001 110001 111111 0 101101 11101 1000001 101010011 11101 11011

Color Harmonies of #59313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59313F

Black with #59313F

Text Example


Text Example

White with #59313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59313F; }

 p { color: rgb(89,49,63); }

 H1.HeaderClassName
 {
   color: #59313F;
 }
 .AnyTagClassName
 {
   color: #59313F;
 }
</style>

background-color css

<style>
 a { background-color: #59313F; }

 a { background-color: rgb(89,49,63); }

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

border-color css

<style>
 span { border-color: #59313F; }

 span { border-color: rgb(89,49,63); }

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