Html Css Color HEX #522747 Loulou

📋 copy color: '#522747'

red 82 ◦ green 39 ◦ blue 71

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

Shades of Loulou #522747

Tints of Loulou #522747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 42.71%
G = 20.31%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#522747 (or 0x522747) is known color: Loulou. HEX triplet: 52, 27 and 47. RGB value is (82,39,71). Sum of RGB (Red+Green+Blue) = 82+39+71=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522747 is #ADD8B8. Grayscale: #373737. Windows color (decimal): -11393209 or 4663122. OLE color: 4663122.

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

Color convert

RGB 82 39 71 -
CMYK 0 0.52 0.13 0.68
HSL 315.35º 0.36% 0.24% -
HSV(B) 315.35º 0.52% 0.32% -
XYZ 5.34 3.7 6.39 -
YUV 55.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 82 39 71 0 0.52 0.13 0.68 315.35 0.36 0.24
Hex 52 27 47 0 34 D 44 13B 24 18
Octal 122 47 107 0 64 15 104 473 44 30
Binary 1010010 100111 1000111 0 110100 1101 1000100 100111011 100100 11000

Color Harmonies of #522747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522747

Black with #522747

Text Example


Text Example

White with #522747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522747; }

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

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

background-color css

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

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

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

border-color css

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

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

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