Html Css Color HEX #521C41 Loulou

📋 copy color: '#521C41'

red 82 ◦ green 28 ◦ blue 65

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

Shades of Loulou #521C41

Tints of Loulou #521C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 46.86%
G = 16%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#521C41 (or 0x521C41) is known color: Loulou. HEX triplet: 52, 1C and 41. RGB value is (82,28,65). Sum of RGB (Red+Green+Blue) = 82+28+65=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #521C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C41 is #ADE3BE. Grayscale: #303030. Windows color (decimal): -11396031 or 4267090. OLE color: 4267090.

HSL color Cylindrical-coordinate representation of color #521C41: hue angle of 318.89º 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 #521C41 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 65 -
CMYK 0 0.66 0.21 0.68
HSL 318.89º 0.49% 0.22% -
HSV(B) 318.89º 0.66% 0.32% -
XYZ 4.85 3.01 5.33 -
YUV 48.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 82 28 65 0 0.66 0.21 0.68 318.89 0.49 0.22
Hex 52 1C 41 0 42 15 44 13F 31 16
Octal 122 34 101 0 102 25 104 477 61 26
Binary 1010010 11100 1000001 0 1000010 10101 1000100 100111111 110001 10110

Color Harmonies of #521C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C41

Black with #521C41

Text Example


Text Example

White with #521C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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