Html Css Color HEX #521247 Loulou

📋 copy color: '#521247'

red 82 ◦ green 18 ◦ blue 71

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

Shades of Loulou #521247

Tints of Loulou #521247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

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

R = 47.95%
G = 10.53%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#521247 (or 0x521247) is known color: Loulou. HEX triplet: 52, 12 and 47. RGB value is (82,18,71). Sum of RGB (Red+Green+Blue) = 82+18+71=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #521247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521247 is #ADEDB8. Grayscale: #2B2B2B. Windows color (decimal): -11398585 or 4657746. OLE color: 4657746.

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

Color convert

RGB 82 18 71 -
CMYK 0 0.78 0.13 0.68
HSL 310.31º 0.64% 0.2% -
HSV(B) 310.31º 0.78% 0.32% -
XYZ 4.83 2.68 6.22 -
YUV 43.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 82 18 71 0 0.78 0.13 0.68 310.31 0.64 0.2
Hex 52 12 47 0 4E D 44 136 40 14
Octal 122 22 107 0 116 15 104 466 100 24
Binary 1010010 10010 1000111 0 1001110 1101 1000100 100110110 1000000 10100

Color Harmonies of #521247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521247

Black with #521247

Text Example


Text Example

White with #521247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521247; }

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

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

background-color css

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

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

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

border-color css

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

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

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