Html Css Color HEX #53324F Loulou

📋 copy color: '#53324F'

red 83 ◦ green 50 ◦ blue 79

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

Shades of Loulou #53324F

Tints of Loulou #53324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 39.15%
G = 23.58%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53324F (or 0x53324F) is known color: Loulou. HEX triplet: 53, 32 and 4F. RGB value is (83,50,79). Sum of RGB (Red+Green+Blue) = 83+50+79=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53324F is #ACCDB0. Grayscale: #3F3F3F. Windows color (decimal): -11324849 or 5190227. OLE color: 5190227.

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

Color convert

RGB 83 50 79 -
CMYK 0 0.40 0.05 0.67
HSL 307.27º 0.25% 0.26% -
HSV(B) 307.27º 0.4% 0.33% -
XYZ 6.12 4.68 7.98 -
YUV 63.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 83 50 79 0 0.40 0.05 0.67 307.27 0.25 0.26
Hex 53 32 4F 0 28 5 43 133 19 1A
Octal 123 62 117 0 50 5 103 463 31 32
Binary 1010011 110010 1001111 0 101000 101 1000011 100110011 11001 11010

Color Harmonies of #53324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53324F

Black with #53324F

Text Example


Text Example

White with #53324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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