Html Css Color HEX #521649 Loulou

📋 copy color: '#521649'

red 82 ◦ green 22 ◦ blue 73

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

Shades of Loulou #521649

Tints of Loulou #521649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 46.33%
G = 12.43%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#521649 (or 0x521649) is known color: Loulou. HEX triplet: 52, 16 and 49. RGB value is (82,22,73). Sum of RGB (Red+Green+Blue) = 82+22+73=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #521649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521649 is #ADE9B6. Grayscale: #2D2D2D. Windows color (decimal): -11397559 or 4789842. OLE color: 4789842.

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

Color convert

RGB 82 22 73 -
CMYK 0 0.73 0.11 0.68
HSL 309º 0.58% 0.2% -
HSV(B) 309º 0.73% 0.32% -
XYZ 4.97 2.85 6.59 -
YUV 45.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 82 22 73 0 0.73 0.11 0.68 309 0.58 0.2
Hex 52 16 49 0 49 B 44 135 3A 14
Octal 122 26 111 0 111 13 104 465 72 24
Binary 1010010 10110 1001001 0 1001001 1011 1000100 100110101 111010 10100

Color Harmonies of #521649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521649

Black with #521649

Text Example


Text Example

White with #521649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521649; }

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

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

background-color css

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

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

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

border-color css

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

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

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