Html Css Color HEX #59234C Loulou

📋 copy color: '#59234C'

red 89 ◦ green 35 ◦ blue 76

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

Shades of Loulou #59234C

Tints of Loulou #59234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

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

R = 44.5%
G = 17.5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59234C (or 0x59234C) is known color: Loulou. HEX triplet: 59, 23 and 4C. RGB value is (89,35,76). Sum of RGB (Red+Green+Blue) = 89+35+76=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59234C is #A6DCB3. Grayscale: #373737. Windows color (decimal): -10935476 or 4989785. OLE color: 4989785.

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

Color convert

RGB 89 35 76 -
CMYK 0 0.61 0.15 0.65
HSL 314.44º 0.44% 0.24% -
HSV(B) 314.44º 0.61% 0.35% -
XYZ 6.03 3.85 7.26 -
YUV 55.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 89 35 76 0 0.61 0.15 0.65 314.44 0.44 0.24
Hex 59 23 4C 0 3D F 41 13A 2C 18
Octal 131 43 114 0 75 17 101 472 54 30
Binary 1011001 100011 1001100 0 111101 1111 1000001 100111010 101100 11000

Color Harmonies of #59234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59234C

Black with #59234C

Text Example


Text Example

White with #59234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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