Html Css Color HEX #521946 Loulou

📋 copy color: '#521946'

red 82 ◦ green 25 ◦ blue 70

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

Shades of Loulou #521946

Tints of Loulou #521946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 46.33%
G = 14.12%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#521946 (or 0x521946) is known color: Loulou. HEX triplet: 52, 19 and 46. RGB value is (82,25,70). Sum of RGB (Red+Green+Blue) = 82+25+70=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #521946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521946 is #ADE6B9. Grayscale: #2F2F2F. Windows color (decimal): -11396794 or 4594002. OLE color: 4594002.

HSL color Cylindrical-coordinate representation of color #521946: hue angle of 312.63º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521946 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 70 -
CMYK 0 0.70 0.15 0.68
HSL 312.63º 0.53% 0.21% -
HSV(B) 312.63º 0.7% 0.32% -
XYZ 4.93 2.93 6.1 -
YUV 47.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 82 25 70 0 0.70 0.15 0.68 312.63 0.53 0.21
Hex 52 19 46 0 46 F 44 139 35 15
Octal 122 31 106 0 106 17 104 471 65 25
Binary 1010010 11001 1000110 0 1000110 1111 1000100 100111001 110101 10101

Color Harmonies of #521946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521946

Black with #521946

Text Example


Text Example

White with #521946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521946; }

 p { color: rgb(82,25,70); }

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

background-color css

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

 a { background-color: rgb(82,25,70); }

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

border-color css

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

 span { border-color: rgb(82,25,70); }

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