Html Css Color HEX #59274E Loulou

📋 copy color: '#59274E'

red 89 ◦ green 39 ◦ blue 78

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

Shades of Loulou #59274E

Tints of Loulou #59274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 43.2%
G = 18.93%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59274E (or 0x59274E) is known color: Loulou. HEX triplet: 59, 27 and 4E. RGB value is (89,39,78). Sum of RGB (Red+Green+Blue) = 89+39+78=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #59274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59274E is #A6D8B1. Grayscale: #3A3A3A. Windows color (decimal): -10934450 or 5121881. OLE color: 5121881.

HSL color Cylindrical-coordinate representation of color #59274E: hue angle of 313.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59274E is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 39 78 -
CMYK 0 0.56 0.12 0.65
HSL 313.2º 0.39% 0.25% -
HSV(B) 313.2º 0.56% 0.35% -
XYZ 6.22 4.12 7.68 -
YUV 58.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 89 39 78 0 0.56 0.12 0.65 313.2 0.39 0.25
Hex 59 27 4E 0 38 C 41 139 27 19
Octal 131 47 116 0 70 14 101 471 47 31
Binary 1011001 100111 1001110 0 111000 1100 1000001 100111001 100111 11001

Color Harmonies of #59274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59274E

Black with #59274E

Text Example


Text Example

White with #59274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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