Html Css Color HEX #59254B Loulou

📋 copy color: '#59254B'

red 89 ◦ green 37 ◦ blue 75

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

Shades of Loulou #59254B

Tints of Loulou #59254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 44.28%
G = 18.41%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59254B (or 0x59254B) is known color: Loulou. HEX triplet: 59, 25 and 4B. RGB value is (89,37,75). Sum of RGB (Red+Green+Blue) = 89+37+75=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59254B is #A6DAB4. Grayscale: #383838. Windows color (decimal): -10934965 or 4924761. OLE color: 4924761.

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

Color convert

RGB 89 37 75 -
CMYK 0 0.58 0.16 0.65
HSL 316.15º 0.41% 0.25% -
HSV(B) 316.15º 0.58% 0.35% -
XYZ 6.05 3.95 7.1 -
YUV 56.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 89 37 75 0 0.58 0.16 0.65 316.15 0.41 0.25
Hex 59 25 4B 0 3A 10 41 13C 29 19
Octal 131 45 113 0 72 20 101 474 51 31
Binary 1011001 100101 1001011 0 111010 10000 1000001 100111100 101001 11001

Color Harmonies of #59254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59254B

Black with #59254B

Text Example


Text Example

White with #59254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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