Html Css Color HEX #59314F Loulou

📋 copy color: '#59314F'

red 89 ◦ green 49 ◦ blue 79

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

Shades of Loulou #59314F

Tints of Loulou #59314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 41.01%
G = 22.58%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59314F (or 0x59314F) is known color: Loulou. HEX triplet: 59, 31 and 4F. RGB value is (89,49,79). Sum of RGB (Red+Green+Blue) = 89+49+79=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59314F is #A6CEB0. Grayscale: #404040. Windows color (decimal): -10931889 or 5189977. OLE color: 5189977.

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

Color convert

RGB 89 49 79 -
CMYK 0 0.45 0.11 0.65
HSL 315º 0.29% 0.27% -
HSV(B) 315º 0.45% 0.35% -
XYZ 6.63 4.88 7.99 -
YUV 64.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 89 49 79 0 0.45 0.11 0.65 315 0.29 0.27
Hex 59 31 4F 0 2D B 41 13B 1D 1B
Octal 131 61 117 0 55 13 101 473 35 33
Binary 1011001 110001 1001111 0 101101 1011 1000001 100111011 11101 11011

Color Harmonies of #59314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59314F

Black with #59314F

Text Example


Text Example

White with #59314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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