Html Css Color HEX #59254A Loulou

📋 copy color: '#59254A'

red 89 ◦ green 37 ◦ blue 74

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

Shades of Loulou #59254A

Tints of Loulou #59254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 44.5%
G = 18.5%
B = 37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59254A (or 0x59254A) is known color: Loulou. HEX triplet: 59, 25 and 4A. RGB value is (89,37,74). Sum of RGB (Red+Green+Blue) = 89+37+74=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59254A is #A6DAB5. Grayscale: #383838. Windows color (decimal): -10934966 or 4859225. OLE color: 4859225.

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

Color convert

RGB 89 37 74 -
CMYK 0 0.58 0.17 0.65
HSL 317.31º 0.41% 0.25% -
HSV(B) 317.31º 0.58% 0.35% -
XYZ 6.02 3.94 6.92 -
YUV 56.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 89 37 74 0 0.58 0.17 0.65 317.31 0.41 0.25
Hex 59 25 4A 0 3A 11 41 13D 29 19
Octal 131 45 112 0 72 21 101 475 51 31
Binary 1011001 100101 1001010 0 111010 10001 1000001 100111101 101001 11001

Color Harmonies of #59254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59254A

Black with #59254A

Text Example


Text Example

White with #59254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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