Html Css Color HEX #59364B Loulou

📋 copy color: '#59364B'

red 89 ◦ green 54 ◦ blue 75

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

Shades of Loulou #59364B

Tints of Loulou #59364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 40.83%
G = 24.77%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59364B (or 0x59364B) is known color: Loulou. HEX triplet: 59, 36 and 4B. RGB value is (89,54,75). Sum of RGB (Red+Green+Blue) = 89+54+75=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59364B is #A6C9B4. Grayscale: #424242. Windows color (decimal): -10930613 or 4929113. OLE color: 4929113.

HSL color Cylindrical-coordinate representation of color #59364B: hue angle of 324º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59364B is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 54 75 -
CMYK 0 0.39 0.16 0.65
HSL 324º 0.24% 0.28% -
HSV(B) 324º 0.39% 0.35% -
XYZ 6.71 5.27 7.32 -
YUV 66.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 89 54 75 0 0.39 0.16 0.65 324 0.24 0.28
Hex 59 36 4B 0 27 10 41 144 18 1C
Octal 131 66 113 0 47 20 101 504 30 34
Binary 1011001 110110 1001011 0 100111 10000 1000001 101000100 11000 11100

Color Harmonies of #59364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59364B

Black with #59364B

Text Example


Text Example

White with #59364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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