Html Css Color HEX #53324A Loulou

📋 copy color: '#53324A'

red 83 ◦ green 50 ◦ blue 74

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

Shades of Loulou #53324A

Tints of Loulou #53324A

RGB

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

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

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

R = 40.1%
G = 24.15%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53324A (or 0x53324A) is known color: Loulou. HEX triplet: 53, 32 and 4A. RGB value is (83,50,74). Sum of RGB (Red+Green+Blue) = 83+50+74=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #53324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53324A is #ACCDB5. Grayscale: #3E3E3E. Windows color (decimal): -11324854 or 4862547. OLE color: 4862547.

HSL color Cylindrical-coordinate representation of color #53324A: hue angle of 316.36º 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 #53324A is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 74 -
CMYK 0 0.40 0.11 0.67
HSL 316.36º 0.25% 0.26% -
HSV(B) 316.36º 0.4% 0.33% -
XYZ 5.94 4.61 7.06 -
YUV 62.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 83 50 74 0 0.40 0.11 0.67 316.36 0.25 0.26
Hex 53 32 4A 0 28 B 43 13C 19 1A
Octal 123 62 112 0 50 13 103 474 31 32
Binary 1010011 110010 1001010 0 101000 1011 1000011 100111100 11001 11010

Color Harmonies of #53324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53324A

Black with #53324A

Text Example


Text Example

White with #53324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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