Html Css Color HEX #513049 Loulou

📋 copy color: '#513049'

red 81 ◦ green 48 ◦ blue 73

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

Shades of Loulou #513049

Tints of Loulou #513049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.76%

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

R = 40.1%
G = 23.76%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#513049 (or 0x513049) is known color: Loulou. HEX triplet: 51, 30 and 49. RGB value is (81,48,73). Sum of RGB (Red+Green+Blue) = 81+48+73=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513049 is #AECFB6. Grayscale: #3C3C3C. Windows color (decimal): -11456439 or 4796497. OLE color: 4796497.

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

Color convert

RGB 81 48 73 -
CMYK 0 0.41 0.10 0.68
HSL 314.55º 0.26% 0.25% -
HSV(B) 314.55º 0.41% 0.32% -
XYZ 5.65 4.34 6.84 -
YUV 60.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 81 48 73 0 0.41 0.10 0.68 314.55 0.26 0.25
Hex 51 30 49 0 29 A 44 13B 1A 19
Octal 121 60 111 0 51 12 104 473 32 31
Binary 1010001 110000 1001001 0 101001 1010 1000100 100111011 11010 11001

Color Harmonies of #513049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513049

Black with #513049

Text Example


Text Example

White with #513049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513049; }

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

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

background-color css

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

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

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

border-color css

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

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

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