Html Css Color HEX #59313C Wine Berry

📋 copy color: '#59313C'

red 89 ◦ green 49 ◦ blue 60

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

Shades of Wine Berry #59313C

Tints of Wine Berry #59313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 44.95%
G = 24.75%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59313C (or 0x59313C) is known color: Wine Berry. HEX triplet: 59, 31 and 3C. RGB value is (89,49,60). Sum of RGB (Red+Green+Blue) = 89+49+60=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59313C is #A6CEC3. Grayscale: #3E3E3E. Windows color (decimal): -10931908 or 3944793. OLE color: 3944793.

HSL color Cylindrical-coordinate representation of color #59313C: hue angle of 343.5º 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 #59313C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 49 60 -
CMYK 0 0.45 0.33 0.65
HSL 343.5º 0.29% 0.27% -
HSV(B) 343.5º 0.45% 0.35% -
XYZ 6.03 4.65 4.85 -
YUV 62.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 89 49 60 0 0.45 0.33 0.65 343.5 0.29 0.27
Hex 59 31 3C 0 2D 21 41 158 1D 1B
Octal 131 61 74 0 55 41 101 530 35 33
Binary 1011001 110001 111100 0 101101 100001 1000001 101011000 11101 11011

Color Harmonies of #59313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59313C

Black with #59313C

Text Example


Text Example

White with #59313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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