Html Css Color HEX #521B4D Loulou

📋 copy color: '#521B4D'

red 82 ◦ green 27 ◦ blue 77

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

Shades of Loulou #521B4D

Tints of Loulou #521B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.52%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 44.09%
G = 14.52%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#521B4D (or 0x521B4D) is known color: Loulou. HEX triplet: 52, 1B and 4D. RGB value is (82,27,77). Sum of RGB (Red+Green+Blue) = 82+27+77=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #521B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B4D is #ADE4B2. Grayscale: #313131. Windows color (decimal): -11396275 or 5053266. OLE color: 5053266.

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

Color convert

RGB 82 27 77 -
CMYK 0 0.67 0.06 0.68
HSL 305.45º 0.5% 0.21% -
HSV(B) 305.45º 0.67% 0.32% -
XYZ 5.21 3.11 7.35 -
YUV 49.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 82 27 77 0 0.67 0.06 0.68 305.45 0.5 0.21
Hex 52 1B 4D 0 43 6 44 131 32 15
Octal 122 33 115 0 103 6 104 461 62 25
Binary 1010010 11011 1001101 0 1000011 110 1000100 100110001 110010 10101

Color Harmonies of #521B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B4D

Black with #521B4D

Text Example


Text Example

White with #521B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,27,77); }

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

background-color css

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

 a { background-color: rgb(82,27,77); }

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

border-color css

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

 span { border-color: rgb(82,27,77); }

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