Html Css Color HEX #592952 Loulou

📋 copy color: '#592952'

red 89 ◦ green 41 ◦ blue 82

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

Shades of Loulou #592952

Tints of Loulou #592952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 82 (32.42% from 255) = 38.68%

R = 41.98%
G = 19.34%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#592952 (or 0x592952) is known color: Loulou. HEX triplet: 59, 29 and 52. RGB value is (89,41,82). Sum of RGB (Red+Green+Blue) = 89+41+82=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592952 is #A6D6AD. Grayscale: #3B3B3B. Windows color (decimal): -10933934 or 5384537. OLE color: 5384537.

HSL color Cylindrical-coordinate representation of color #592952: hue angle of 308.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #592952 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 82 -
CMYK 0 0.54 0.08 0.65
HSL 308.75º 0.37% 0.25% -
HSV(B) 308.75º 0.54% 0.35% -
XYZ 6.44 4.32 8.48 -
YUV 60.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 89 41 82 0 0.54 0.08 0.65 308.75 0.37 0.25
Hex 59 29 52 0 36 8 41 135 25 19
Octal 131 51 122 0 66 10 101 465 45 31
Binary 1011001 101001 1010010 0 110110 1000 1000001 100110101 100101 11001

Color Harmonies of #592952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592952

Black with #592952

Text Example


Text Example

White with #592952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592952; }

 p { color: rgb(89,41,82); }

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

background-color css

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

 a { background-color: rgb(89,41,82); }

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

border-color css

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

 span { border-color: rgb(89,41,82); }

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