Html Css Color HEX #53344C Loulou

📋 copy color: '#53344C'

red 83 ◦ green 52 ◦ blue 76

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

Shades of Loulou #53344C

Tints of Loulou #53344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

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

R = 39.34%
G = 24.64%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53344C (or 0x53344C) is known color: Loulou. HEX triplet: 53, 34 and 4C. RGB value is (83,52,76). Sum of RGB (Red+Green+Blue) = 83+52+76=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53344C is #ACCBB3. Grayscale: #3F3F3F. Windows color (decimal): -11324340 or 4994131. OLE color: 4994131.

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

Color convert

RGB 83 52 76 -
CMYK 0 0.37 0.08 0.67
HSL 313.55º 0.23% 0.26% -
HSV(B) 313.55º 0.37% 0.33% -
XYZ 6.1 4.82 7.45 -
YUV 64.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 83 52 76 0 0.37 0.08 0.67 313.55 0.23 0.26
Hex 53 34 4C 0 25 8 43 13A 17 1A
Octal 123 64 114 0 45 10 103 472 27 32
Binary 1010011 110100 1001100 0 100101 1000 1000011 100111010 10111 11010

Color Harmonies of #53344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53344C

Black with #53344C

Text Example


Text Example

White with #53344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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