Html Css Color HEX #522647 Loulou

📋 copy color: '#522647'

red 82 ◦ green 38 ◦ blue 71

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

Shades of Loulou #522647

Tints of Loulou #522647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.9%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 42.93%
G = 19.9%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#522647 (or 0x522647) is known color: Loulou. HEX triplet: 52, 26 and 47. RGB value is (82,38,71). Sum of RGB (Red+Green+Blue) = 82+38+71=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #522647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522647 is #ADD9B8. Grayscale: #363636. Windows color (decimal): -11393465 or 4662866. OLE color: 4662866.

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

Color convert

RGB 82 38 71 -
CMYK 0 0.54 0.13 0.68
HSL 315º 0.37% 0.24% -
HSV(B) 315º 0.54% 0.32% -
XYZ 5.31 3.63 6.38 -
YUV 54.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 82 38 71 0 0.54 0.13 0.68 315 0.37 0.24
Hex 52 26 47 0 36 D 44 13B 25 18
Octal 122 46 107 0 66 15 104 473 45 30
Binary 1010010 100110 1000111 0 110110 1101 1000100 100111011 100101 11000

Color Harmonies of #522647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522647

Black with #522647

Text Example


Text Example

White with #522647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522647; }

 p { color: rgb(82,38,71); }

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

background-color css

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

 a { background-color: rgb(82,38,71); }

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

border-color css

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

 span { border-color: rgb(82,38,71); }

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