Html Css Color HEX #522749 Loulou

📋 copy color: '#522749'

red 82 ◦ green 39 ◦ blue 73

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

Shades of Loulou #522749

Tints of Loulou #522749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 42.27%
G = 20.1%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#522749 (or 0x522749) is known color: Loulou. HEX triplet: 52, 27 and 49. RGB value is (82,39,73). Sum of RGB (Red+Green+Blue) = 82+39+73=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #522749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522749 is #ADD8B6. Grayscale: #373737. Windows color (decimal): -11393207 or 4794194. OLE color: 4794194.

HSL color Cylindrical-coordinate representation of color #522749: hue angle of 312.56º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #522749 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 39 73 -
CMYK 0 0.52 0.11 0.68
HSL 312.56º 0.36% 0.24% -
HSV(B) 312.56º 0.52% 0.32% -
XYZ 5.41 3.73 6.74 -
YUV 55.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 82 39 73 0 0.52 0.11 0.68 312.56 0.36 0.24
Hex 52 27 49 0 34 B 44 139 24 18
Octal 122 47 111 0 64 13 104 471 44 30
Binary 1010010 100111 1001001 0 110100 1011 1000100 100111001 100100 11000

Color Harmonies of #522749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522749

Black with #522749

Text Example


Text Example

White with #522749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522749; }

 p { color: rgb(82,39,73); }

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

background-color css

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

 a { background-color: rgb(82,39,73); }

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

border-color css

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

 span { border-color: rgb(82,39,73); }

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