Html Css Color HEX #521548 Loulou

📋 copy color: '#521548'

red 82 ◦ green 21 ◦ blue 72

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

Shades of Loulou #521548

Tints of Loulou #521548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 46.86%
G = 12%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#521548 (or 0x521548) is known color: Loulou. HEX triplet: 52, 15 and 48. RGB value is (82,21,72). Sum of RGB (Red+Green+Blue) = 82+21+72=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #521548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521548 is #ADEAB7. Grayscale: #2C2C2C. Windows color (decimal): -11397816 or 4724050. OLE color: 4724050.

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

Color convert

RGB 82 21 72 -
CMYK 0 0.74 0.12 0.68
HSL 309.84º 0.59% 0.2% -
HSV(B) 309.84º 0.74% 0.32% -
XYZ 4.92 2.8 6.41 -
YUV 45.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 82 21 72 0 0.74 0.12 0.68 309.84 0.59 0.2
Hex 52 15 48 0 4A C 44 136 3B 14
Octal 122 25 110 0 112 14 104 466 73 24
Binary 1010010 10101 1001000 0 1001010 1100 1000100 100110110 111011 10100

Color Harmonies of #521548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521548

Black with #521548

Text Example


Text Example

White with #521548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521548; }

 p { color: rgb(82,21,72); }

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

background-color css

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

 a { background-color: rgb(82,21,72); }

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

border-color css

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

 span { border-color: rgb(82,21,72); }

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