Html Css Color HEX #59304A Loulou

📋 copy color: '#59304A'

red 89 ◦ green 48 ◦ blue 74

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

Shades of Loulou #59304A

Tints of Loulou #59304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 42.18%
G = 22.75%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59304A (or 0x59304A) is known color: Loulou. HEX triplet: 59, 30 and 4A. RGB value is (89,48,74). Sum of RGB (Red+Green+Blue) = 89+48+74=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #59304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59304A is #A6CFB5. Grayscale: #3F3F3F. Windows color (decimal): -10932150 or 4862041. OLE color: 4862041.

HSL color Cylindrical-coordinate representation of color #59304A: hue angle of 321.95º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59304A is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 74 -
CMYK 0 0.46 0.17 0.65
HSL 321.95º 0.3% 0.27% -
HSV(B) 321.95º 0.46% 0.35% -
XYZ 6.41 4.73 7.05 -
YUV 63.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 89 48 74 0 0.46 0.17 0.65 321.95 0.3 0.27
Hex 59 30 4A 0 2E 11 41 142 1E 1B
Octal 131 60 112 0 56 21 101 502 36 33
Binary 1011001 110000 1001010 0 101110 10001 1000001 101000010 11110 11011

Color Harmonies of #59304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59304A

Black with #59304A

Text Example


Text Example

White with #59304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59304A; }

 p { color: rgb(89,48,74); }

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

background-color css

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

 a { background-color: rgb(89,48,74); }

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

border-color css

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

 span { border-color: rgb(89,48,74); }

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