Html Css Color HEX #521B49 Loulou

📋 copy color: '#521B49'

red 82 ◦ green 27 ◦ blue 73

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

Shades of Loulou #521B49

Tints of Loulou #521B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.84%

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

R = 45.05%
G = 14.84%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#521B49 (or 0x521B49) is known color: Loulou. HEX triplet: 52, 1B and 49. RGB value is (82,27,73). Sum of RGB (Red+Green+Blue) = 82+27+73=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #521B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B49 is #ADE4B6. Grayscale: #303030. Windows color (decimal): -11396279 or 4791122. OLE color: 4791122.

HSL color Cylindrical-coordinate representation of color #521B49: hue angle of 309.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B49 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 27 73 -
CMYK 0 0.67 0.11 0.68
HSL 309.82º 0.5% 0.21% -
HSV(B) 309.82º 0.67% 0.32% -
XYZ 5.07 3.06 6.63 -
YUV 48.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 82 27 73 0 0.67 0.11 0.68 309.82 0.5 0.21
Hex 52 1B 49 0 43 B 44 136 32 15
Octal 122 33 111 0 103 13 104 466 62 25
Binary 1010010 11011 1001001 0 1000011 1011 1000100 100110110 110010 10101

Color Harmonies of #521B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B49

Black with #521B49

Text Example


Text Example

White with #521B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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