Html Css Color HEX #592048 Loulou

📋 copy color: '#592048'

red 89 ◦ green 32 ◦ blue 72

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

Shades of Loulou #592048

Tints of Loulou #592048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.31%

R = 46.11%
G = 16.58%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#592048 (or 0x592048) is known color: Loulou. HEX triplet: 59, 20 and 48. RGB value is (89,32,72). Sum of RGB (Red+Green+Blue) = 89+32+72=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #592048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592048 is #A6DFB7. Grayscale: #353535. Windows color (decimal): -10936248 or 4726873. OLE color: 4726873.

HSL color Cylindrical-coordinate representation of color #592048: hue angle of 317.89º 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 #592048 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 72 -
CMYK 0 0.64 0.19 0.65
HSL 317.89º 0.47% 0.24% -
HSV(B) 317.89º 0.64% 0.35% -
XYZ 5.81 3.62 6.52 -
YUV 53.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 89 32 72 0 0.64 0.19 0.65 317.89 0.47 0.24
Hex 59 20 48 0 40 13 41 13E 2F 18
Octal 131 40 110 0 100 23 101 476 57 30
Binary 1011001 100000 1001000 0 1000000 10011 1000001 100111110 101111 11000

Color Harmonies of #592048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592048

Black with #592048

Text Example


Text Example

White with #592048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592048; }

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

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

background-color css

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

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

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

border-color css

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

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

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