Html Css Color HEX #59224E Loulou

📋 copy color: '#59224E'

red 89 ◦ green 34 ◦ blue 78

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

Shades of Loulou #59224E

Tints of Loulou #59224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 44.28%
G = 16.92%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59224E (or 0x59224E) is known color: Loulou. HEX triplet: 59, 22 and 4E. RGB value is (89,34,78). Sum of RGB (Red+Green+Blue) = 89+34+78=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59224E is #A6DDB1. Grayscale: #373737. Windows color (decimal): -10935730 or 5120601. OLE color: 5120601.

HSL color Cylindrical-coordinate representation of color #59224E: hue angle of 312º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59224E is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 34 78 -
CMYK 0 0.62 0.12 0.65
HSL 312º 0.45% 0.24% -
HSV(B) 312º 0.62% 0.35% -
XYZ 6.07 3.82 7.62 -
YUV 55.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 89 34 78 0 0.62 0.12 0.65 312 0.45 0.24
Hex 59 22 4E 0 3E C 41 138 2D 18
Octal 131 42 116 0 76 14 101 470 55 30
Binary 1011001 100010 1001110 0 111110 1100 1000001 100111000 101101 11000

Color Harmonies of #59224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59224E

Black with #59224E

Text Example


Text Example

White with #59224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59224E; }

 p { color: rgb(89,34,78); }

 H1.HeaderClassName
 {
   color: #59224E;
 }
 .AnyTagClassName
 {
   color: #59224E;
 }
</style>

background-color css

<style>
 a { background-color: #59224E; }

 a { background-color: rgb(89,34,78); }

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

border-color css

<style>
 span { border-color: #59224E; }

 span { border-color: rgb(89,34,78); }

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