Html Css Color HEX #53324C Loulou

📋 copy color: '#53324C'

red 83 ◦ green 50 ◦ blue 76

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

Shades of Loulou #53324C

Tints of Loulou #53324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

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

R = 39.71%
G = 23.92%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53324C (or 0x53324C) is known color: Loulou. HEX triplet: 53, 32 and 4C. RGB value is (83,50,76). Sum of RGB (Red+Green+Blue) = 83+50+76=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53324C is #ACCDB3. Grayscale: #3E3E3E. Windows color (decimal): -11324852 or 4993619. OLE color: 4993619.

HSL color Cylindrical-coordinate representation of color #53324C: hue angle of 312.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53324C is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 76 -
CMYK 0 0.40 0.08 0.67
HSL 312.73º 0.25% 0.26% -
HSV(B) 312.73º 0.4% 0.33% -
XYZ 6.01 4.64 7.42 -
YUV 62.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 83 50 76 0 0.40 0.08 0.67 312.73 0.25 0.26
Hex 53 32 4C 0 28 8 43 139 19 1A
Octal 123 62 114 0 50 10 103 471 31 32
Binary 1010011 110010 1001100 0 101000 1000 1000011 100111001 11001 11010

Color Harmonies of #53324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53324C

Black with #53324C

Text Example


Text Example

White with #53324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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