Html Css Color HEX #522B43 Loulou

📋 copy color: '#522B43'

red 82 ◦ green 43 ◦ blue 67

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

Shades of Loulou #522B43

Tints of Loulou #522B43

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.4%

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

R = 42.71%
G = 22.4%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#522B43 (or 0x522B43) is known color: Loulou. HEX triplet: 52, 2B and 43. RGB value is (82,43,67). Sum of RGB (Red+Green+Blue) = 82+43+67=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B43 is #ADD4BC. Grayscale: #393939. Windows color (decimal): -11392189 or 4402002. OLE color: 4402002.

HSL color Cylindrical-coordinate representation of color #522B43: hue angle of 323.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B43 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 43 67 -
CMYK 0 0.48 0.18 0.68
HSL 323.08º 0.31% 0.25% -
HSV(B) 323.08º 0.48% 0.32% -
XYZ 5.36 3.93 5.79 -
YUV 57.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 82 43 67 0 0.48 0.18 0.68 323.08 0.31 0.25
Hex 52 2B 43 0 30 12 44 143 1F 19
Octal 122 53 103 0 60 22 104 503 37 31
Binary 1010010 101011 1000011 0 110000 10010 1000100 101000011 11111 11001

Color Harmonies of #522B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522B43

Black with #522B43

Text Example


Text Example

White with #522B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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