Html Css Color HEX #521944 Loulou

📋 copy color: '#521944'

red 82 ◦ green 25 ◦ blue 68

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

Shades of Loulou #521944

Tints of Loulou #521944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 46.86%
G = 14.29%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#521944 (or 0x521944) is known color: Loulou. HEX triplet: 52, 19 and 44. RGB value is (82,25,68). Sum of RGB (Red+Green+Blue) = 82+25+68=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #521944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521944 is #ADE6BB. Grayscale: #2E2E2E. Windows color (decimal): -11396796 or 4462930. OLE color: 4462930.

HSL color Cylindrical-coordinate representation of color #521944: hue angle of 314.74º 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 #521944 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 68 -
CMYK 0 0.70 0.17 0.68
HSL 314.74º 0.53% 0.21% -
HSV(B) 314.74º 0.7% 0.32% -
XYZ 4.87 2.91 5.77 -
YUV 46.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 82 25 68 0 0.70 0.17 0.68 314.74 0.53 0.21
Hex 52 19 44 0 46 11 44 13B 35 15
Octal 122 31 104 0 106 21 104 473 65 25
Binary 1010010 11001 1000100 0 1000110 10001 1000100 100111011 110101 10101

Color Harmonies of #521944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521944

Black with #521944

Text Example


Text Example

White with #521944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521944; }

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

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

background-color css

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

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

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

border-color css

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

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

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