Html Css Color HEX #59234B Loulou

📋 copy color: '#59234B'

red 89 ◦ green 35 ◦ blue 75

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

Shades of Loulou #59234B

Tints of Loulou #59234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 44.72%
G = 17.59%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59234B (or 0x59234B) is known color: Loulou. HEX triplet: 59, 23 and 4B. RGB value is (89,35,75). Sum of RGB (Red+Green+Blue) = 89+35+75=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59234B is #A6DCB4. Grayscale: #373737. Windows color (decimal): -10935477 or 4924249. OLE color: 4924249.

HSL color Cylindrical-coordinate representation of color #59234B: hue angle of 315.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59234B is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 35 75 -
CMYK 0 0.61 0.16 0.65
HSL 315.56º 0.44% 0.24% -
HSV(B) 315.56º 0.61% 0.35% -
XYZ 5.99 3.83 7.08 -
YUV 55.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 89 35 75 0 0.61 0.16 0.65 315.56 0.44 0.24
Hex 59 23 4B 0 3D 10 41 13C 2C 18
Octal 131 43 113 0 75 20 101 474 54 30
Binary 1011001 100011 1001011 0 111101 10000 1000001 100111100 101100 11000

Color Harmonies of #59234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59234B

Black with #59234B

Text Example


Text Example

White with #59234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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