Html Css Color HEX #522545 Loulou

📋 copy color: '#522545'

red 82 ◦ green 37 ◦ blue 69

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

Shades of Loulou #522545

Tints of Loulou #522545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 43.62%
G = 19.68%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#522545 (or 0x522545) is known color: Loulou. HEX triplet: 52, 25 and 45. RGB value is (82,37,69). Sum of RGB (Red+Green+Blue) = 82+37+69=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #522545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522545 is #ADDABA. Grayscale: #363636. Windows color (decimal): -11393723 or 4531538. OLE color: 4531538.

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

Color convert

RGB 82 37 69 -
CMYK 0 0.55 0.16 0.68
HSL 317.33º 0.38% 0.23% -
HSV(B) 317.33º 0.55% 0.32% -
XYZ 5.22 3.55 6.04 -
YUV 54.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 82 37 69 0 0.55 0.16 0.68 317.33 0.38 0.23
Hex 52 25 45 0 37 10 44 13D 26 17
Octal 122 45 105 0 67 20 104 475 46 27
Binary 1010010 100101 1000101 0 110111 10000 1000100 100111101 100110 10111

Color Harmonies of #522545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522545

Black with #522545

Text Example


Text Example

White with #522545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522545; }

 p { color: rgb(82,37,69); }

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

background-color css

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

 a { background-color: rgb(82,37,69); }

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

border-color css

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

 span { border-color: rgb(82,37,69); }

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