Html Css Color HEX #513347 Loulou

📋 copy color: '#513347'

red 81 ◦ green 51 ◦ blue 71

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

Shades of Loulou #513347

Tints of Loulou #513347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 39.9%
G = 25.12%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#513347 (or 0x513347) is known color: Loulou. HEX triplet: 51, 33 and 47. RGB value is (81,51,71). Sum of RGB (Red+Green+Blue) = 81+51+71=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #513347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513347 is #AECCB8. Grayscale: #3E3E3E. Windows color (decimal): -11455673 or 4666193. OLE color: 4666193.

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

Color convert

RGB 81 51 71 -
CMYK 0 0.37 0.12 0.68
HSL 320º 0.23% 0.26% -
HSV(B) 320º 0.37% 0.32% -
XYZ 5.71 4.57 6.54 -
YUV 62.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 81 51 71 0 0.37 0.12 0.68 320 0.23 0.26
Hex 51 33 47 0 25 C 44 140 17 1A
Octal 121 63 107 0 45 14 104 500 27 32
Binary 1010001 110011 1000111 0 100101 1100 1000100 101000000 10111 11010

Color Harmonies of #513347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513347

Black with #513347

Text Example


Text Example

White with #513347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513347; }

 p { color: rgb(81,51,71); }

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

background-color css

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

 a { background-color: rgb(81,51,71); }

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

border-color css

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

 span { border-color: rgb(81,51,71); }

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