Html Css Color HEX #521B4C Loulou

📋 copy color: '#521B4C'

red 82 ◦ green 27 ◦ blue 76

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

Shades of Loulou #521B4C

Tints of Loulou #521B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 44.32%
G = 14.59%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#521B4C (or 0x521B4C) is known color: Loulou. HEX triplet: 52, 1B and 4C. RGB value is (82,27,76). Sum of RGB (Red+Green+Blue) = 82+27+76=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #521B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B4C is #ADE4B3. Grayscale: #303030. Windows color (decimal): -11396276 or 4987730. OLE color: 4987730.

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

Color convert

RGB 82 27 76 -
CMYK 0 0.67 0.07 0.68
HSL 306.55º 0.5% 0.21% -
HSV(B) 306.55º 0.67% 0.32% -
XYZ 5.18 3.1 7.16 -
YUV 49.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 82 27 76 0 0.67 0.07 0.68 306.55 0.5 0.21
Hex 52 1B 4C 0 43 7 44 133 32 15
Octal 122 33 114 0 103 7 104 463 62 25
Binary 1010010 11011 1001100 0 1000011 111 1000100 100110011 110010 10101

Color Harmonies of #521B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B4C

Black with #521B4C

Text Example


Text Example

White with #521B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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