Html Css Color HEX #511543 Loulou

📋 copy color: '#511543'

red 81 ◦ green 21 ◦ blue 67

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

Shades of Loulou #511543

Tints of Loulou #511543

RGB

 RED value IS 81 (32.03% from 255) = 47.93%

 GREEN value IS 21 (8.59% from 255) = 12.43%

 BLUE value IS 67 (26.56% from 255) = 39.64%

R = 47.93%
G = 12.43%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#511543 (or 0x511543) is known color: Loulou. HEX triplet: 51, 15 and 43. RGB value is (81,21,67). Sum of RGB (Red+Green+Blue) = 81+21+67=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511543 is #AEEABC. Grayscale: #2C2C2C. Windows color (decimal): -11463357 or 4396369. OLE color: 4396369.

HSL color Cylindrical-coordinate representation of color #511543: hue angle of 314º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511543 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 21 67 -
CMYK 0 0.74 0.17 0.68
HSL 314º 0.59% 0.2% -
HSV(B) 314º 0.74% 0.32% -
XYZ 4.67 2.69 5.58 -
YUV 44.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 81 21 67 0 0.74 0.17 0.68 314 0.59 0.2
Hex 51 15 43 0 4A 11 44 13A 3B 14
Octal 121 25 103 0 112 21 104 472 73 24
Binary 1010001 10101 1000011 0 1001010 10001 1000100 100111010 111011 10100

Color Harmonies of #511543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511543

Black with #511543

Text Example


Text Example

White with #511543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511543; }

 p { color: rgb(81,21,67); }

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

background-color css

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

 a { background-color: rgb(81,21,67); }

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

border-color css

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

 span { border-color: rgb(81,21,67); }

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