Html Css Color HEX #59314C Loulou

📋 copy color: '#59314C'

red 89 ◦ green 49 ◦ blue 76

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

Shades of Loulou #59314C

Tints of Loulou #59314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 41.59%
G = 22.9%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59314C (or 0x59314C) is known color: Loulou. HEX triplet: 59, 31 and 4C. RGB value is (89,49,76). Sum of RGB (Red+Green+Blue) = 89+49+76=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #59314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59314C is #A6CEB3. Grayscale: #3F3F3F. Windows color (decimal): -10931892 or 4993369. OLE color: 4993369.

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

Color convert

RGB 89 49 76 -
CMYK 0 0.45 0.15 0.65
HSL 319.5º 0.29% 0.27% -
HSV(B) 319.5º 0.45% 0.35% -
XYZ 6.52 4.84 7.43 -
YUV 64.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 89 49 76 0 0.45 0.15 0.65 319.5 0.29 0.27
Hex 59 31 4C 0 2D F 41 140 1D 1B
Octal 131 61 114 0 55 17 101 500 35 33
Binary 1011001 110001 1001100 0 101101 1111 1000001 101000000 11101 11011

Color Harmonies of #59314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59314C

Black with #59314C

Text Example


Text Example

White with #59314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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