Html Css Color HEX #59254E Loulou

📋 copy color: '#59254E'

red 89 ◦ green 37 ◦ blue 78

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

Shades of Loulou #59254E

Tints of Loulou #59254E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 43.63%
G = 18.14%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59254E (or 0x59254E) is known color: Loulou. HEX triplet: 59, 25 and 4E. RGB value is (89,37,78). Sum of RGB (Red+Green+Blue) = 89+37+78=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59254E is #A6DAB1. Grayscale: #393939. Windows color (decimal): -10934962 or 5121369. OLE color: 5121369.

HSL color Cylindrical-coordinate representation of color #59254E: hue angle of 312.69º 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 #59254E is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 78 -
CMYK 0 0.58 0.12 0.65
HSL 312.69º 0.41% 0.25% -
HSV(B) 312.69º 0.58% 0.35% -
XYZ 6.16 4 7.65 -
YUV 57.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 89 37 78 0 0.58 0.12 0.65 312.69 0.41 0.25
Hex 59 25 4E 0 3A C 41 139 29 19
Octal 131 45 116 0 72 14 101 471 51 31
Binary 1011001 100101 1001110 0 111010 1100 1000001 100111001 101001 11001

Color Harmonies of #59254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59254E

Black with #59254E

Text Example


Text Example

White with #59254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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