Html Css Color HEX #59264C Loulou

📋 copy color: '#59264C'

red 89 ◦ green 38 ◦ blue 76

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

Shades of Loulou #59264C

Tints of Loulou #59264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 43.84%
G = 18.72%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59264C (or 0x59264C) is known color: Loulou. HEX triplet: 59, 26 and 4C. RGB value is (89,38,76). Sum of RGB (Red+Green+Blue) = 89+38+76=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59264C is #A6D9B3. Grayscale: #393939. Windows color (decimal): -10934708 or 4990553. OLE color: 4990553.

HSL color Cylindrical-coordinate representation of color #59264C: hue angle of 315.29º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59264C is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 76 -
CMYK 0 0.57 0.15 0.65
HSL 315.29º 0.4% 0.25% -
HSV(B) 315.29º 0.57% 0.35% -
XYZ 6.12 4.03 7.29 -
YUV 57.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 89 38 76 0 0.57 0.15 0.65 315.29 0.4 0.25
Hex 59 26 4C 0 39 F 41 13B 28 19
Octal 131 46 114 0 71 17 101 473 50 31
Binary 1011001 100110 1001100 0 111001 1111 1000001 100111011 101000 11001

Color Harmonies of #59264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59264C

Black with #59264C

Text Example


Text Example

White with #59264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59264C; }

 p { color: rgb(89,38,76); }

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

background-color css

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

 a { background-color: rgb(89,38,76); }

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

border-color css

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

 span { border-color: rgb(89,38,76); }

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