Html Css Color HEX #521849 Loulou

📋 copy color: '#521849'

red 82 ◦ green 24 ◦ blue 73

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

Shades of Loulou #521849

Tints of Loulou #521849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

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

R = 45.81%
G = 13.41%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#521849 (or 0x521849) is known color: Loulou. HEX triplet: 52, 18 and 49. RGB value is (82,24,73). Sum of RGB (Red+Green+Blue) = 82+24+73=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #521849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521849 is #ADE7B6. Grayscale: #2E2E2E. Windows color (decimal): -11397047 or 4790354. OLE color: 4790354.

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

Color convert

RGB 82 24 73 -
CMYK 0 0.71 0.11 0.68
HSL 309.31º 0.55% 0.21% -
HSV(B) 309.31º 0.71% 0.32% -
XYZ 5.01 2.93 6.6 -
YUV 46.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 82 24 73 0 0.71 0.11 0.68 309.31 0.55 0.21
Hex 52 18 49 0 47 B 44 135 37 15
Octal 122 30 111 0 107 13 104 465 67 25
Binary 1010010 11000 1001001 0 1000111 1011 1000100 100110101 110111 10101

Color Harmonies of #521849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521849

Black with #521849

Text Example


Text Example

White with #521849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521849; }

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

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

background-color css

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

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

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

border-color css

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

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

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