Html Css Color HEX #59204B Loulou

📋 copy color: '#59204B'

red 89 ◦ green 32 ◦ blue 75

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

Shades of Loulou #59204B

Tints of Loulou #59204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 45.41%
G = 16.33%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59204B (or 0x59204B) is known color: Loulou. HEX triplet: 59, 20 and 4B. RGB value is (89,32,75). Sum of RGB (Red+Green+Blue) = 89+32+75=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #59204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59204B is #A6DFB4. Grayscale: #353535. Windows color (decimal): -10936245 or 4923481. OLE color: 4923481.

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

Color convert

RGB 89 32 75 -
CMYK 0 0.64 0.16 0.65
HSL 314.74º 0.47% 0.24% -
HSV(B) 314.74º 0.64% 0.35% -
XYZ 5.91 3.66 7.05 -
YUV 53.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 89 32 75 0 0.64 0.16 0.65 314.74 0.47 0.24
Hex 59 20 4B 0 40 10 41 13B 2F 18
Octal 131 40 113 0 100 20 101 473 57 30
Binary 1011001 100000 1001011 0 1000000 10000 1000001 100111011 101111 11000

Color Harmonies of #59204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59204B

Black with #59204B

Text Example


Text Example

White with #59204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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