Html Css Color HEX #521C44 Loulou

📋 copy color: '#521C44'

red 82 ◦ green 28 ◦ blue 68

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

Shades of Loulou #521C44

Tints of Loulou #521C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 46.07%
G = 15.73%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#521C44 (or 0x521C44) is known color: Loulou. HEX triplet: 52, 1C and 44. RGB value is (82,28,68). Sum of RGB (Red+Green+Blue) = 82+28+68=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #521C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C44 is #ADE3BB. Grayscale: #303030. Windows color (decimal): -11396028 or 4463698. OLE color: 4463698.

HSL color Cylindrical-coordinate representation of color #521C44: hue angle of 315.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C44 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 68 -
CMYK 0 0.66 0.17 0.68
HSL 315.56º 0.49% 0.22% -
HSV(B) 315.56º 0.66% 0.32% -
XYZ 4.94 3.04 5.8 -
YUV 48.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 82 28 68 0 0.66 0.17 0.68 315.56 0.49 0.22
Hex 52 1C 44 0 42 11 44 13C 31 16
Octal 122 34 104 0 102 21 104 474 61 26
Binary 1010010 11100 1000100 0 1000010 10001 1000100 100111100 110001 10110

Color Harmonies of #521C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C44

Black with #521C44

Text Example


Text Example

White with #521C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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