Html Css Color HEX #522344 Loulou

📋 copy color: '#522344'

red 82 ◦ green 35 ◦ blue 68

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

Shades of Loulou #522344

Tints of Loulou #522344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 44.32%
G = 18.92%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#522344 (or 0x522344) is known color: Loulou. HEX triplet: 52, 23 and 44. RGB value is (82,35,68). Sum of RGB (Red+Green+Blue) = 82+35+68=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522344 is #ADDCBB. Grayscale: #343434. Windows color (decimal): -11394236 or 4465490. OLE color: 4465490.

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

Color convert

RGB 82 35 68 -
CMYK 0 0.57 0.17 0.68
HSL 317.87º 0.4% 0.23% -
HSV(B) 317.87º 0.57% 0.32% -
XYZ 5.12 3.41 5.86 -
YUV 52.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 82 35 68 0 0.57 0.17 0.68 317.87 0.4 0.23
Hex 52 23 44 0 39 11 44 13E 28 17
Octal 122 43 104 0 71 21 104 476 50 27
Binary 1010010 100011 1000100 0 111001 10001 1000100 100111110 101000 10111

Color Harmonies of #522344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522344

Black with #522344

Text Example


Text Example

White with #522344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522344; }

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

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

background-color css

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

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

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

border-color css

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

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

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