Html Css Color HEX #522246 Loulou

📋 copy color: '#522246'

red 82 ◦ green 34 ◦ blue 70

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

Shades of Loulou #522246

Tints of Loulou #522246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

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

R = 44.09%
G = 18.28%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#522246 (or 0x522246) is known color: Loulou. HEX triplet: 52, 22 and 46. RGB value is (82,34,70). Sum of RGB (Red+Green+Blue) = 82+34+70=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #522246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522246 is #ADDDB9. Grayscale: #343434. Windows color (decimal): -11394490 or 4596306. OLE color: 4596306.

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

Color convert

RGB 82 34 70 -
CMYK 0 0.59 0.15 0.68
HSL 315º 0.41% 0.23% -
HSV(B) 315º 0.59% 0.32% -
XYZ 5.16 3.38 6.17 -
YUV 52.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 82 34 70 0 0.59 0.15 0.68 315 0.41 0.23
Hex 52 22 46 0 3B F 44 13B 29 17
Octal 122 42 106 0 73 17 104 473 51 27
Binary 1010010 100010 1000110 0 111011 1111 1000100 100111011 101001 10111

Color Harmonies of #522246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522246

Black with #522246

Text Example


Text Example

White with #522246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522246; }

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

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

background-color css

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

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

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

border-color css

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

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

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