Html Css Color HEX #522448 Loulou

📋 copy color: '#522448'

red 82 ◦ green 36 ◦ blue 72

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

Shades of Loulou #522448

Tints of Loulou #522448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 43.16%
G = 18.95%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#522448 (or 0x522448) is known color: Loulou. HEX triplet: 52, 24 and 48. RGB value is (82,36,72). Sum of RGB (Red+Green+Blue) = 82+36+72=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #522448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522448 is #ADDBB7. Grayscale: #353535. Windows color (decimal): -11393976 or 4727890. OLE color: 4727890.

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

Color convert

RGB 82 36 72 -
CMYK 0 0.56 0.12 0.68
HSL 313.04º 0.39% 0.23% -
HSV(B) 313.04º 0.56% 0.32% -
XYZ 5.28 3.52 6.53 -
YUV 53.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 82 36 72 0 0.56 0.12 0.68 313.04 0.39 0.23
Hex 52 24 48 0 38 C 44 139 27 17
Octal 122 44 110 0 70 14 104 471 47 27
Binary 1010010 100100 1001000 0 111000 1100 1000100 100111001 100111 10111

Color Harmonies of #522448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522448

Black with #522448

Text Example


Text Example

White with #522448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522448; }

 p { color: rgb(82,36,72); }

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

background-color css

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

 a { background-color: rgb(82,36,72); }

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

border-color css

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

 span { border-color: rgb(82,36,72); }

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