Html Css Color HEX #522947 Loulou

📋 copy color: '#522947'

red 82 ◦ green 41 ◦ blue 71

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

Shades of Loulou #522947

Tints of Loulou #522947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 42.27%
G = 21.13%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#522947 (or 0x522947) is known color: Loulou. HEX triplet: 52, 29 and 47. RGB value is (82,41,71). Sum of RGB (Red+Green+Blue) = 82+41+71=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #522947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522947 is #ADD6B8. Grayscale: #383838. Windows color (decimal): -11392697 or 4663634. OLE color: 4663634.

HSL color Cylindrical-coordinate representation of color #522947: hue angle of 316.1º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522947 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 71 -
CMYK 0 0.50 0.13 0.68
HSL 316.1º 0.33% 0.24% -
HSV(B) 316.1º 0.5% 0.32% -
XYZ 5.41 3.83 6.42 -
YUV 56.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 82 41 71 0 0.50 0.13 0.68 316.1 0.33 0.24
Hex 52 29 47 0 32 D 44 13C 21 18
Octal 122 51 107 0 62 15 104 474 41 30
Binary 1010010 101001 1000111 0 110010 1101 1000100 100111100 100001 11000

Color Harmonies of #522947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522947

Black with #522947

Text Example


Text Example

White with #522947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522947; }

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

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

background-color css

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

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

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

border-color css

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

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

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