Html Css Color HEX #521749 Loulou

📋 copy color: '#521749'

red 82 ◦ green 23 ◦ blue 73

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

Shades of Loulou #521749

Tints of Loulou #521749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

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

R = 46.07%
G = 12.92%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#521749 (or 0x521749) is known color: Loulou. HEX triplet: 52, 17 and 49. RGB value is (82,23,73). Sum of RGB (Red+Green+Blue) = 82+23+73=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #521749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521749 is #ADE8B6. Grayscale: #2E2E2E. Windows color (decimal): -11397303 or 4790098. OLE color: 4790098.

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

Color convert

RGB 82 23 73 -
CMYK 0 0.72 0.11 0.68
HSL 309.15º 0.56% 0.21% -
HSV(B) 309.15º 0.72% 0.32% -
XYZ 4.99 2.89 6.6 -
YUV 46.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 82 23 73 0 0.72 0.11 0.68 309.15 0.56 0.21
Hex 52 17 49 0 48 B 44 135 38 15
Octal 122 27 111 0 110 13 104 465 70 25
Binary 1010010 10111 1001001 0 1001000 1011 1000100 100110101 111000 10101

Color Harmonies of #521749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521749

Black with #521749

Text Example


Text Example

White with #521749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521749; }

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

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

background-color css

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

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

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

border-color css

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

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

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