Html Css Color HEX #59244C Loulou

📋 copy color: '#59244C'

red 89 ◦ green 36 ◦ blue 76

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

Shades of Loulou #59244C

Tints of Loulou #59244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

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

R = 44.28%
G = 17.91%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59244C (or 0x59244C) is known color: Loulou. HEX triplet: 59, 24 and 4C. RGB value is (89,36,76). Sum of RGB (Red+Green+Blue) = 89+36+76=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59244C is #A6DBB3. Grayscale: #383838. Windows color (decimal): -10935220 or 4990041. OLE color: 4990041.

HSL color Cylindrical-coordinate representation of color #59244C: hue angle of 314.72º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59244C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 36 76 -
CMYK 0 0.60 0.15 0.65
HSL 314.72º 0.42% 0.25% -
HSV(B) 314.72º 0.6% 0.35% -
XYZ 6.06 3.91 7.27 -
YUV 56.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 89 36 76 0 0.60 0.15 0.65 314.72 0.42 0.25
Hex 59 24 4C 0 3C F 41 13B 2A 19
Octal 131 44 114 0 74 17 101 473 52 31
Binary 1011001 100100 1001100 0 111100 1111 1000001 100111011 101010 11001

Color Harmonies of #59244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59244C

Black with #59244C

Text Example


Text Example

White with #59244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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