Html Css Color HEX #522946 Loulou

📋 copy color: '#522946'

red 82 ◦ green 41 ◦ blue 70

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

Shades of Loulou #522946

Tints of Loulou #522946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 42.49%
G = 21.24%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#522946 (or 0x522946) is known color: Loulou. HEX triplet: 52, 29 and 46. RGB value is (82,41,70). Sum of RGB (Red+Green+Blue) = 82+41+70=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #522946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522946 is #ADD6B9. Grayscale: #383838. Windows color (decimal): -11392698 or 4598098. OLE color: 4598098.

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

Color convert

RGB 82 41 70 -
CMYK 0 0.50 0.15 0.68
HSL 317.56º 0.33% 0.24% -
HSV(B) 317.56º 0.5% 0.32% -
XYZ 5.38 3.82 6.25 -
YUV 56.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 82 41 70 0 0.50 0.15 0.68 317.56 0.33 0.24
Hex 52 29 46 0 32 F 44 13E 21 18
Octal 122 51 106 0 62 17 104 476 41 30
Binary 1010010 101001 1000110 0 110010 1111 1000100 100111110 100001 11000

Color Harmonies of #522946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522946

Black with #522946

Text Example


Text Example

White with #522946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522946; }

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

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

background-color css

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

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

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

border-color css

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

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

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