Html Css Color HEX #510F49 Loulou

📋 copy color: '#510F49'

red 81 ◦ green 15 ◦ blue 73

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

Shades of Loulou #510F49

Tints of Loulou #510F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.88%

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

R = 47.93%
G = 8.88%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#510F49 (or 0x510F49) is known color: Loulou. HEX triplet: 51, 0F and 49. RGB value is (81,15,73). Sum of RGB (Red+Green+Blue) = 81+15+73=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #510F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F49 is #AEF0B6. Grayscale: #292929. Windows color (decimal): -11464887 or 4788049. OLE color: 4788049.

HSL color Cylindrical-coordinate representation of color #510F49: hue angle of 307.27º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F49 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 15 73 -
CMYK 0 0.81 0.10 0.68
HSL 307.27º 0.69% 0.19% -
HSV(B) 307.27º 0.81% 0.32% -
XYZ 4.77 2.57 6.55 -
YUV 41.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 81 15 73 0 0.81 0.10 0.68 307.27 0.69 0.19
Hex 51 F 49 0 51 A 44 133 45 13
Octal 121 17 111 0 121 12 104 463 105 23
Binary 1010001 1111 1001001 0 1010001 1010 1000100 100110011 1000101 10011

Color Harmonies of #510F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F49

Black with #510F49

Text Example


Text Example

White with #510F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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