Html Css Color HEX #512549 Loulou

📋 copy color: '#512549'

red 81 ◦ green 37 ◦ blue 73

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

Shades of Loulou #512549

Tints of Loulou #512549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.37%

 BLUE value IS 73 (28.91% from 255) = 38.22%

R = 42.41%
G = 19.37%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#512549 (or 0x512549) is known color: Loulou. HEX triplet: 51, 25 and 49. RGB value is (81,37,73). Sum of RGB (Red+Green+Blue) = 81+37+73=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #512549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512549 is #AEDAB6. Grayscale: #363636. Windows color (decimal): -11459255 or 4793681. OLE color: 4793681.

HSL color Cylindrical-coordinate representation of color #512549: hue angle of 310.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #512549 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 73 -
CMYK 0 0.54 0.10 0.68
HSL 310.91º 0.37% 0.23% -
HSV(B) 310.91º 0.54% 0.32% -
XYZ 5.26 3.55 6.71 -
YUV 54.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 81 37 73 0 0.54 0.10 0.68 310.91 0.37 0.23
Hex 51 25 49 0 36 A 44 137 25 17
Octal 121 45 111 0 66 12 104 467 45 27
Binary 1010001 100101 1001001 0 110110 1010 1000100 100110111 100101 10111

Color Harmonies of #512549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512549

Black with #512549

Text Example


Text Example

White with #512549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512549; }

 p { color: rgb(81,37,73); }

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

background-color css

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

 a { background-color: rgb(81,37,73); }

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

border-color css

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

 span { border-color: rgb(81,37,73); }

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