Html Css Color HEX #59284F Loulou

📋 copy color: '#59284F'

red 89 ◦ green 40 ◦ blue 79

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

Shades of Loulou #59284F

Tints of Loulou #59284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

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

R = 42.79%
G = 19.23%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59284F (or 0x59284F) is known color: Loulou. HEX triplet: 59, 28 and 4F. RGB value is (89,40,79). Sum of RGB (Red+Green+Blue) = 89+40+79=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59284F is #A6D7B0. Grayscale: #3A3A3A. Windows color (decimal): -10934193 or 5187673. OLE color: 5187673.

HSL color Cylindrical-coordinate representation of color #59284F: hue angle of 312.24º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59284F is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 40 79 -
CMYK 0 0.55 0.11 0.65
HSL 312.24º 0.38% 0.25% -
HSV(B) 312.24º 0.55% 0.35% -
XYZ 6.29 4.21 7.88 -
YUV 59.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 89 40 79 0 0.55 0.11 0.65 312.24 0.38 0.25
Hex 59 28 4F 0 37 B 41 138 26 19
Octal 131 50 117 0 67 13 101 470 46 31
Binary 1011001 101000 1001111 0 110111 1011 1000001 100111000 100110 11001

Color Harmonies of #59284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59284F

Black with #59284F

Text Example


Text Example

White with #59284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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