Html Css Color HEX #522744 Loulou

📋 copy color: '#522744'

red 82 ◦ green 39 ◦ blue 68

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

Shades of Loulou #522744

Tints of Loulou #522744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

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

R = 43.39%
G = 20.63%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#522744 (or 0x522744) is known color: Loulou. HEX triplet: 52, 27 and 44. RGB value is (82,39,68). Sum of RGB (Red+Green+Blue) = 82+39+68=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #522744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522744 is #ADD8BB. Grayscale: #373737. Windows color (decimal): -11393212 or 4466514. OLE color: 4466514.

HSL color Cylindrical-coordinate representation of color #522744: hue angle of 319.53º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #522744 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 39 68 -
CMYK 0 0.52 0.17 0.68
HSL 319.53º 0.36% 0.24% -
HSV(B) 319.53º 0.52% 0.32% -
XYZ 5.25 3.66 5.9 -
YUV 55.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 82 39 68 0 0.52 0.17 0.68 319.53 0.36 0.24
Hex 52 27 44 0 34 11 44 140 24 18
Octal 122 47 104 0 64 21 104 500 44 30
Binary 1010010 100111 1000100 0 110100 10001 1000100 101000000 100100 11000

Color Harmonies of #522744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522744

Black with #522744

Text Example


Text Example

White with #522744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522744; }

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

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

background-color css

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

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

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

border-color css

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

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

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