Html Css Color HEX #522943 Loulou

📋 copy color: '#522943'

red 82 ◦ green 41 ◦ blue 67

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

Shades of Loulou #522943

Tints of Loulou #522943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.26%

R = 43.16%
G = 21.58%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#522943 (or 0x522943) is known color: Loulou. HEX triplet: 52, 29 and 43. RGB value is (82,41,67). Sum of RGB (Red+Green+Blue) = 82+41+67=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #522943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522943 is #ADD6BC. Grayscale: #383838. Windows color (decimal): -11392701 or 4401490. OLE color: 4401490.

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

Color convert

RGB 82 41 67 -
CMYK 0 0.50 0.18 0.68
HSL 321.95º 0.33% 0.24% -
HSV(B) 321.95º 0.5% 0.32% -
XYZ 5.29 3.78 5.76 -
YUV 56.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 82 41 67 0 0.50 0.18 0.68 321.95 0.33 0.24
Hex 52 29 43 0 32 12 44 142 21 18
Octal 122 51 103 0 62 22 104 502 41 30
Binary 1010010 101001 1000011 0 110010 10010 1000100 101000010 100001 11000

Color Harmonies of #522943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522943

Black with #522943

Text Example


Text Example

White with #522943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522943; }

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

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

background-color css

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

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

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

border-color css

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

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

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