Html Css Color HEX #521049 Loulou

📋 copy color: '#521049'

red 82 ◦ green 16 ◦ blue 73

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

Shades of Loulou #521049

Tints of Loulou #521049

RGB

 RED value IS 82 (32.42% from 255) = 47.95%

 GREEN value IS 16 (6.64% from 255) = 9.36%

 BLUE value IS 73 (28.91% from 255) = 42.69%

R = 47.95%
G = 9.36%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#521049 (or 0x521049) is known color: Loulou. HEX triplet: 52, 10 and 49. RGB value is (82,16,73). Sum of RGB (Red+Green+Blue) = 82+16+73=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #521049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521049 is #ADEFB6. Grayscale: #2A2A2A. Windows color (decimal): -11399095 or 4788306. OLE color: 4788306.

HSL color Cylindrical-coordinate representation of color #521049: hue angle of 308.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521049 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 73 -
CMYK 0 0.80 0.11 0.68
HSL 308.18º 0.67% 0.19% -
HSV(B) 308.18º 0.8% 0.32% -
XYZ 4.87 2.65 6.56 -
YUV 42.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 82 16 73 0 0.80 0.11 0.68 308.18 0.67 0.19
Hex 52 10 49 0 50 B 44 134 43 13
Octal 122 20 111 0 120 13 104 464 103 23
Binary 1010010 10000 1001001 0 1010000 1011 1000100 100110100 1000011 10011

Color Harmonies of #521049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521049

Black with #521049

Text Example


Text Example

White with #521049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521049; }

 p { color: rgb(82,16,73); }

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

background-color css

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

 a { background-color: rgb(82,16,73); }

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

border-color css

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

 span { border-color: rgb(82,16,73); }

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