Html Css Color HEX #59194C Loulou

📋 copy color: '#59194C'

red 89 ◦ green 25 ◦ blue 76

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

Shades of Loulou #59194C

Tints of Loulou #59194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 46.84%
G = 13.16%
B = 40%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59194C (or 0x59194C) is known color: Loulou. HEX triplet: 59, 19 and 4C. RGB value is (89,25,76). Sum of RGB (Red+Green+Blue) = 89+25+76=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59194C is #A6E6B3. Grayscale: #313131. Windows color (decimal): -10938036 or 4987225. OLE color: 4987225.

HSL color Cylindrical-coordinate representation of color #59194C: hue angle of 312.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59194C is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 76 -
CMYK 0 0.72 0.15 0.65
HSL 312.19º 0.56% 0.22% -
HSV(B) 312.19º 0.72% 0.35% -
XYZ 5.77 3.34 7.18 -
YUV 49.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 89 25 76 0 0.72 0.15 0.65 312.19 0.56 0.22
Hex 59 19 4C 0 48 F 41 138 38 16
Octal 131 31 114 0 110 17 101 470 70 26
Binary 1011001 11001 1001100 0 1001000 1111 1000001 100111000 111000 10110

Color Harmonies of #59194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59194C

Black with #59194C

Text Example


Text Example

White with #59194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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