Html Css Color HEX #53164C Loulou

📋 copy color: '#53164C'

red 83 ◦ green 22 ◦ blue 76

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

Shades of Loulou #53164C

Tints of Loulou #53164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 45.86%
G = 12.15%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53164C (or 0x53164C) is known color: Loulou. HEX triplet: 53, 16 and 4C. RGB value is (83,22,76). Sum of RGB (Red+Green+Blue) = 83+22+76=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53164C is #ACE9B3. Grayscale: #2E2E2E. Windows color (decimal): -11332020 or 4986451. OLE color: 4986451.

HSL color Cylindrical-coordinate representation of color #53164C: hue angle of 306.89º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53164C is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 76 -
CMYK 0 0.73 0.08 0.67
HSL 306.89º 0.58% 0.21% -
HSV(B) 306.89º 0.73% 0.33% -
XYZ 5.16 2.93 7.13 -
YUV 46.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 83 22 76 0 0.73 0.08 0.67 306.89 0.58 0.21
Hex 53 16 4C 0 49 8 43 133 3A 15
Octal 123 26 114 0 111 10 103 463 72 25
Binary 1010011 10110 1001100 0 1001001 1000 1000011 100110011 111010 10101

Color Harmonies of #53164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53164C

Black with #53164C

Text Example


Text Example

White with #53164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53164C; }

 p { color: rgb(83,22,76); }

 H1.HeaderClassName
 {
   color: #53164C;
 }
 .AnyTagClassName
 {
   color: #53164C;
 }
</style>

background-color css

<style>
 a { background-color: #53164C; }

 a { background-color: rgb(83,22,76); }

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

border-color css

<style>
 span { border-color: #53164C; }

 span { border-color: rgb(83,22,76); }

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