Html Css Color HEX #59313A Wine Berry

📋 copy color: '#59313A'

red 89 ◦ green 49 ◦ blue 58

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

Shades of Wine Berry #59313A

Tints of Wine Berry #59313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.59%

R = 45.41%
G = 25%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59313A (or 0x59313A) is known color: Wine Berry. HEX triplet: 59, 31 and 3A. RGB value is (89,49,58). Sum of RGB (Red+Green+Blue) = 89+49+58=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #59313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59313A is #A6CEC5. Grayscale: #3D3D3D. Windows color (decimal): -10931910 or 3813721. OLE color: 3813721.

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

Color convert

RGB 89 49 58 -
CMYK 0 0.45 0.35 0.65
HSL 346.5º 0.29% 0.27% -
HSV(B) 346.5º 0.45% 0.35% -
XYZ 5.98 4.63 4.58 -
YUV 61.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 89 49 58 0 0.45 0.35 0.65 346.5 0.29 0.27
Hex 59 31 3A 0 2D 23 41 15A 1D 1B
Octal 131 61 72 0 55 43 101 532 35 33
Binary 1011001 110001 111010 0 101101 100011 1000001 101011010 11101 11011

Color Harmonies of #59313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59313A

Black with #59313A

Text Example


Text Example

White with #59313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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