Html Css Color HEX #521347 Loulou

📋 copy color: '#521347'

red 82 ◦ green 19 ◦ blue 71

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

Shades of Loulou #521347

Tints of Loulou #521347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 47.67%
G = 11.05%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#521347 (or 0x521347) is known color: Loulou. HEX triplet: 52, 13 and 47. RGB value is (82,19,71). Sum of RGB (Red+Green+Blue) = 82+19+71=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521347 is #ADECB8. Grayscale: #2B2B2B. Windows color (decimal): -11398329 or 4658002. OLE color: 4658002.

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

Color convert

RGB 82 19 71 -
CMYK 0 0.77 0.13 0.68
HSL 310.48º 0.62% 0.2% -
HSV(B) 310.48º 0.77% 0.32% -
XYZ 4.85 2.71 6.23 -
YUV 43.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 82 19 71 0 0.77 0.13 0.68 310.48 0.62 0.2
Hex 52 13 47 0 4D D 44 136 3E 14
Octal 122 23 107 0 115 15 104 466 76 24
Binary 1010010 10011 1000111 0 1001101 1101 1000100 100110110 111110 10100

Color Harmonies of #521347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521347

Black with #521347

Text Example


Text Example

White with #521347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521347; }

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

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

background-color css

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

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

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

border-color css

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

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

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