Html Css Color HEX #59214A Loulou

📋 copy color: '#59214A'

red 89 ◦ green 33 ◦ blue 74

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

Shades of Loulou #59214A

Tints of Loulou #59214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 45.41%
G = 16.84%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59214A (or 0x59214A) is known color: Loulou. HEX triplet: 59, 21 and 4A. RGB value is (89,33,74). Sum of RGB (Red+Green+Blue) = 89+33+74=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #59214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59214A is #A6DEB5. Grayscale: #363636. Windows color (decimal): -10935990 or 4858201. OLE color: 4858201.

HSL color Cylindrical-coordinate representation of color #59214A: hue angle of 316.07º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59214A is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 33 74 -
CMYK 0 0.63 0.17 0.65
HSL 316.07º 0.46% 0.24% -
HSV(B) 316.07º 0.63% 0.35% -
XYZ 5.9 3.71 6.88 -
YUV 54.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 89 33 74 0 0.63 0.17 0.65 316.07 0.46 0.24
Hex 59 21 4A 0 3F 11 41 13C 2E 18
Octal 131 41 112 0 77 21 101 474 56 30
Binary 1011001 100001 1001010 0 111111 10001 1000001 100111100 101110 11000

Color Harmonies of #59214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59214A

Black with #59214A

Text Example


Text Example

White with #59214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59214A; }

 p { color: rgb(89,33,74); }

 H1.HeaderClassName
 {
   color: #59214A;
 }
 .AnyTagClassName
 {
   color: #59214A;
 }
</style>

background-color css

<style>
 a { background-color: #59214A; }

 a { background-color: rgb(89,33,74); }

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

border-color css

<style>
 span { border-color: #59214A; }

 span { border-color: rgb(89,33,74); }

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