Html Css Color HEX #522149 Loulou

📋 copy color: '#522149'

red 82 ◦ green 33 ◦ blue 73

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

Shades of Loulou #522149

Tints of Loulou #522149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

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

R = 43.62%
G = 17.55%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#522149 (or 0x522149) is known color: Loulou. HEX triplet: 52, 21 and 49. RGB value is (82,33,73). Sum of RGB (Red+Green+Blue) = 82+33+73=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #522149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522149 is #ADDEB6. Grayscale: #343434. Windows color (decimal): -11394743 or 4792658. OLE color: 4792658.

HSL color Cylindrical-coordinate representation of color #522149: hue angle of 311.02º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522149 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 73 -
CMYK 0 0.60 0.11 0.68
HSL 311.02º 0.43% 0.23% -
HSV(B) 311.02º 0.6% 0.32% -
XYZ 5.23 3.36 6.68 -
YUV 52.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 82 33 73 0 0.60 0.11 0.68 311.02 0.43 0.23
Hex 52 21 49 0 3C B 44 137 2B 17
Octal 122 41 111 0 74 13 104 467 53 27
Binary 1010010 100001 1001001 0 111100 1011 1000100 100110111 101011 10111

Color Harmonies of #522149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522149

Black with #522149

Text Example


Text Example

White with #522149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522149; }

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

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

background-color css

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

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

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

border-color css

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

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

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