Html Css Color HEX #512149 Loulou

📋 copy color: '#512149'

red 81 ◦ green 33 ◦ blue 73

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

Shades of Loulou #512149

Tints of Loulou #512149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 43.32%
G = 17.65%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#512149 (or 0x512149) is known color: Loulou. HEX triplet: 51, 21 and 49. RGB value is (81,33,73). Sum of RGB (Red+Green+Blue) = 81+33+73=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #512149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512149 is #AEDEB6. Grayscale: #333333. Windows color (decimal): -11460279 or 4792657. OLE color: 4792657.

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

Color convert

RGB 81 33 73 -
CMYK 0 0.59 0.10 0.68
HSL 310º 0.42% 0.22% -
HSV(B) 310º 0.59% 0.32% -
XYZ 5.14 3.32 6.67 -
YUV 51.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 81 33 73 0 0.59 0.10 0.68 310 0.42 0.22
Hex 51 21 49 0 3B A 44 136 2A 16
Octal 121 41 111 0 73 12 104 466 52 26
Binary 1010001 100001 1001001 0 111011 1010 1000100 100110110 101010 10110

Color Harmonies of #512149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512149

Black with #512149

Text Example


Text Example

White with #512149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512149; }

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

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

background-color css

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

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

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

border-color css

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

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

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