Html Css Color HEX #59254F Loulou

📋 copy color: '#59254F'

red 89 ◦ green 37 ◦ blue 79

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

Shades of Loulou #59254F

Tints of Loulou #59254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 43.41%
G = 18.05%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59254F (or 0x59254F) is known color: Loulou. HEX triplet: 59, 25 and 4F. RGB value is (89,37,79). Sum of RGB (Red+Green+Blue) = 89+37+79=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59254F is #A6DAB0. Grayscale: #393939. Windows color (decimal): -10934961 or 5186905. OLE color: 5186905.

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

Color convert

RGB 89 37 79 -
CMYK 0 0.58 0.11 0.65
HSL 311.54º 0.41% 0.25% -
HSV(B) 311.54º 0.58% 0.35% -
XYZ 6.19 4.01 7.85 -
YUV 57.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 89 37 79 0 0.58 0.11 0.65 311.54 0.41 0.25
Hex 59 25 4F 0 3A B 41 138 29 19
Octal 131 45 117 0 72 13 101 470 51 31
Binary 1011001 100101 1001111 0 111010 1011 1000001 100111000 101001 11001

Color Harmonies of #59254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59254F

Black with #59254F

Text Example


Text Example

White with #59254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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