Html Css Color HEX #53204A Loulou

📋 copy color: '#53204A'

red 83 ◦ green 32 ◦ blue 74

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

Shades of Loulou #53204A

Tints of Loulou #53204A

RGB

 RED value IS 83 (32.81% from 255) = 43.92%

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 43.92%
G = 16.93%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53204A (or 0x53204A) is known color: Loulou. HEX triplet: 53, 20 and 4A. RGB value is (83,32,74). Sum of RGB (Red+Green+Blue) = 83+32+74=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #53204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53204A is #ACDFB5. Grayscale: #333333. Windows color (decimal): -11329462 or 4857939. OLE color: 4857939.

HSL color Cylindrical-coordinate representation of color #53204A: hue angle of 310.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53204A is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 74 -
CMYK 0 0.61 0.11 0.67
HSL 310.59º 0.44% 0.23% -
HSV(B) 310.59º 0.61% 0.33% -
XYZ 5.32 3.37 6.85 -
YUV 52.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 83 32 74 0 0.61 0.11 0.67 310.59 0.44 0.23
Hex 53 20 4A 0 3D B 43 137 2C 17
Octal 123 40 112 0 75 13 103 467 54 27
Binary 1010011 100000 1001010 0 111101 1011 1000011 100110111 101100 10111

Color Harmonies of #53204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53204A

Black with #53204A

Text Example


Text Example

White with #53204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,32,74); }

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

background-color css

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

 a { background-color: rgb(83,32,74); }

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

border-color css

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

 span { border-color: rgb(83,32,74); }

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