Html Css Color HEX #522341 Loulou

📋 copy color: '#522341'

red 82 ◦ green 35 ◦ blue 65

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

Shades of Loulou #522341

Tints of Loulou #522341

RGB

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

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

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

R = 45.05%
G = 19.23%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#522341 (or 0x522341) is known color: Loulou. HEX triplet: 52, 23 and 41. RGB value is (82,35,65). Sum of RGB (Red+Green+Blue) = 82+35+65=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #522341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522341 is #ADDCBE. Grayscale: #343434. Windows color (decimal): -11394239 or 4268882. OLE color: 4268882.

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

Color convert

RGB 82 35 65 -
CMYK 0 0.57 0.21 0.68
HSL 321.7º 0.4% 0.23% -
HSV(B) 321.7º 0.57% 0.32% -
XYZ 5.03 3.38 5.39 -
YUV 52.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 82 35 65 0 0.57 0.21 0.68 321.7 0.4 0.23
Hex 52 23 41 0 39 15 44 142 28 17
Octal 122 43 101 0 71 25 104 502 50 27
Binary 1010010 100011 1000001 0 111001 10101 1000100 101000010 101000 10111

Color Harmonies of #522341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522341

Black with #522341

Text Example


Text Example

White with #522341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522341; }

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

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

background-color css

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

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

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

border-color css

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

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

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