Html Css Color HEX #522144 Loulou

📋 copy color: '#522144'

red 82 ◦ green 33 ◦ blue 68

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

Shades of Loulou #522144

Tints of Loulou #522144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 44.81%
G = 18.03%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#522144 (or 0x522144) is known color: Loulou. HEX triplet: 52, 21 and 44. RGB value is (82,33,68). Sum of RGB (Red+Green+Blue) = 82+33+68=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #522144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522144 is #ADDEBB. Grayscale: #333333. Windows color (decimal): -11394748 or 4464978. OLE color: 4464978.

HSL color Cylindrical-coordinate representation of color #522144: hue angle of 317.14º 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 #522144 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 68 -
CMYK 0 0.60 0.17 0.68
HSL 317.14º 0.43% 0.23% -
HSV(B) 317.14º 0.6% 0.32% -
XYZ 5.07 3.3 5.84 -
YUV 51.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 82 33 68 0 0.60 0.17 0.68 317.14 0.43 0.23
Hex 52 21 44 0 3C 11 44 13D 2B 17
Octal 122 41 104 0 74 21 104 475 53 27
Binary 1010010 100001 1000100 0 111100 10001 1000100 100111101 101011 10111

Color Harmonies of #522144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522144

Black with #522144

Text Example


Text Example

White with #522144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522144; }

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

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

background-color css

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

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

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

border-color css

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

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

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