Html Css Color HEX #522141 Loulou

📋 copy color: '#522141'

red 82 ◦ green 33 ◦ blue 65

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

Shades of Loulou #522141

Tints of Loulou #522141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 45.56%
G = 18.33%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#522141 (or 0x522141) is known color: Loulou. HEX triplet: 52, 21 and 41. RGB value is (82,33,65). Sum of RGB (Red+Green+Blue) = 82+33+65=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #522141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522141 is #ADDEBE. Grayscale: #333333. Windows color (decimal): -11394751 or 4268370. OLE color: 4268370.

HSL color Cylindrical-coordinate representation of color #522141: hue angle of 320.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522141 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 65 -
CMYK 0 0.60 0.21 0.68
HSL 320.82º 0.43% 0.23% -
HSV(B) 320.82º 0.6% 0.32% -
XYZ 4.98 3.26 5.37 -
YUV 51.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 82 33 65 0 0.60 0.21 0.68 320.82 0.43 0.23
Hex 52 21 41 0 3C 15 44 141 2B 17
Octal 122 41 101 0 74 25 104 501 53 27
Binary 1010010 100001 1000001 0 111100 10101 1000100 101000001 101011 10111

Color Harmonies of #522141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522141

Black with #522141

Text Example


Text Example

White with #522141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522141; }

 p { color: rgb(82,33,65); }

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

background-color css

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

 a { background-color: rgb(82,33,65); }

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

border-color css

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

 span { border-color: rgb(82,33,65); }

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