Html Css Color HEX #513749 Loulou

📋 copy color: '#513749'

red 81 ◦ green 55 ◦ blue 73

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

Shades of Loulou #513749

Tints of Loulou #513749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

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

R = 38.76%
G = 26.32%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#513749 (or 0x513749) is known color: Loulou. HEX triplet: 51, 37 and 49. RGB value is (81,55,73). Sum of RGB (Red+Green+Blue) = 81+55+73=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513749 is #AEC8B6. Grayscale: #404040. Windows color (decimal): -11454647 or 4798289. OLE color: 4798289.

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

Color convert

RGB 81 55 73 -
CMYK 0 0.32 0.10 0.68
HSL 318.46º 0.19% 0.27% -
HSV(B) 318.46º 0.32% 0.32% -
XYZ 5.96 4.96 6.95 -
YUV 64.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 81 55 73 0 0.32 0.10 0.68 318.46 0.19 0.27
Hex 51 37 49 0 20 A 44 13E 13 1B
Octal 121 67 111 0 40 12 104 476 23 33
Binary 1010001 110111 1001001 0 100000 1010 1000100 100111110 10011 11011

Color Harmonies of #513749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513749

Black with #513749

Text Example


Text Example

White with #513749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513749; }

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

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

background-color css

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

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

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

border-color css

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

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

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