Html Css Color HEX #592049 Loulou

📋 copy color: '#592049'

red 89 ◦ green 32 ◦ blue 73

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

Shades of Loulou #592049

Tints of Loulou #592049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 45.88%
G = 16.49%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#592049 (or 0x592049) is known color: Loulou. HEX triplet: 59, 20 and 49. RGB value is (89,32,73). Sum of RGB (Red+Green+Blue) = 89+32+73=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #592049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592049 is #A6DFB6. Grayscale: #353535. Windows color (decimal): -10936247 or 4792409. OLE color: 4792409.

HSL color Cylindrical-coordinate representation of color #592049: hue angle of 316.84º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592049 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 73 -
CMYK 0 0.64 0.18 0.65
HSL 316.84º 0.47% 0.24% -
HSV(B) 316.84º 0.64% 0.35% -
XYZ 5.84 3.64 6.7 -
YUV 53.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 89 32 73 0 0.64 0.18 0.65 316.84 0.47 0.24
Hex 59 20 49 0 40 12 41 13D 2F 18
Octal 131 40 111 0 100 22 101 475 57 30
Binary 1011001 100000 1001001 0 1000000 10010 1000001 100111101 101111 11000

Color Harmonies of #592049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592049

Black with #592049

Text Example


Text Example

White with #592049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592049; }

 p { color: rgb(89,32,73); }

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

background-color css

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

 a { background-color: rgb(89,32,73); }

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

border-color css

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

 span { border-color: rgb(89,32,73); }

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