Html Css Color HEX #59354A Loulou

📋 copy color: '#59354A'

red 89 ◦ green 53 ◦ blue 74

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

Shades of Loulou #59354A

Tints of Loulou #59354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 41.2%
G = 24.54%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59354A (or 0x59354A) is known color: Loulou. HEX triplet: 59, 35 and 4A. RGB value is (89,53,74). Sum of RGB (Red+Green+Blue) = 89+53+74=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #59354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59354A is #A6CAB5. Grayscale: #424242. Windows color (decimal): -10930870 or 4863321. OLE color: 4863321.

HSL color Cylindrical-coordinate representation of color #59354A: hue angle of 325º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59354A is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 74 -
CMYK 0 0.40 0.17 0.65
HSL 325º 0.25% 0.28% -
HSV(B) 325º 0.4% 0.35% -
XYZ 6.63 5.16 7.13 -
YUV 66.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 89 53 74 0 0.40 0.17 0.65 325 0.25 0.28
Hex 59 35 4A 0 28 11 41 145 19 1C
Octal 131 65 112 0 50 21 101 505 31 34
Binary 1011001 110101 1001010 0 101000 10001 1000001 101000101 11001 11100

Color Harmonies of #59354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59354A

Black with #59354A

Text Example


Text Example

White with #59354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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