Html Css Color HEX #522249 Loulou

📋 copy color: '#522249'

red 82 ◦ green 34 ◦ blue 73

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

Shades of Loulou #522249

Tints of Loulou #522249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

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

R = 43.39%
G = 17.99%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#522249 (or 0x522249) is known color: Loulou. HEX triplet: 52, 22 and 49. RGB value is (82,34,73). Sum of RGB (Red+Green+Blue) = 82+34+73=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #522249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522249 is #ADDDB6. Grayscale: #343434. Windows color (decimal): -11394487 or 4792914. OLE color: 4792914.

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

Color convert

RGB 82 34 73 -
CMYK 0 0.59 0.11 0.68
HSL 311.25º 0.41% 0.23% -
HSV(B) 311.25º 0.59% 0.32% -
XYZ 5.25 3.42 6.69 -
YUV 52.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 82 34 73 0 0.59 0.11 0.68 311.25 0.41 0.23
Hex 52 22 49 0 3B B 44 137 29 17
Octal 122 42 111 0 73 13 104 467 51 27
Binary 1010010 100010 1001001 0 111011 1011 1000100 100110111 101001 10111

Color Harmonies of #522249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522249

Black with #522249

Text Example


Text Example

White with #522249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522249; }

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

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

background-color css

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

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

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

border-color css

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

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

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