Html Css Color HEX #521A42 Loulou

📋 copy color: '#521A42'

red 82 ◦ green 26 ◦ blue 66

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

Shades of Loulou #521A42

Tints of Loulou #521A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 47.13%
G = 14.94%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#521A42 (or 0x521A42) is known color: Loulou. HEX triplet: 52, 1A and 42. RGB value is (82,26,66). Sum of RGB (Red+Green+Blue) = 82+26+66=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #521A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A42 is #ADE5BD. Grayscale: #2F2F2F. Windows color (decimal): -11396542 or 4332114. OLE color: 4332114.

HSL color Cylindrical-coordinate representation of color #521A42: hue angle of 317.14º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A42 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 26 66 -
CMYK 0 0.68 0.20 0.68
HSL 317.14º 0.52% 0.21% -
HSV(B) 317.14º 0.68% 0.32% -
XYZ 4.83 2.93 5.46 -
YUV 47.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 82 26 66 0 0.68 0.20 0.68 317.14 0.52 0.21
Hex 52 1A 42 0 44 14 44 13D 34 15
Octal 122 32 102 0 104 24 104 475 64 25
Binary 1010010 11010 1000010 0 1000100 10100 1000100 100111101 110100 10101

Color Harmonies of #521A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A42

Black with #521A42

Text Example


Text Example

White with #521A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,26,66); }

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

background-color css

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

 a { background-color: rgb(82,26,66); }

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

border-color css

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

 span { border-color: rgb(82,26,66); }

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