Html Css Color HEX #513947 Loulou

📋 copy color: '#513947'

red 81 ◦ green 57 ◦ blue 71

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

Shades of Loulou #513947

Tints of Loulou #513947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

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

R = 38.76%
G = 27.27%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#513947 (or 0x513947) is known color: Loulou. HEX triplet: 51, 39 and 47. RGB value is (81,57,71). Sum of RGB (Red+Green+Blue) = 81+57+71=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513947 is #AEC6B8. Grayscale: #414141. Windows color (decimal): -11454137 or 4667729. OLE color: 4667729.

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

Color convert

RGB 81 57 71 -
CMYK 0 0.30 0.12 0.68
HSL 325º 0.17% 0.27% -
HSV(B) 325º 0.3% 0.32% -
XYZ 5.99 5.13 6.64 -
YUV 65.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 81 57 71 0 0.30 0.12 0.68 325 0.17 0.27
Hex 51 39 47 0 1E C 44 145 11 1B
Octal 121 71 107 0 36 14 104 505 21 33
Binary 1010001 111001 1000111 0 11110 1100 1000100 101000101 10001 11011

Color Harmonies of #513947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513947

Black with #513947

Text Example


Text Example

White with #513947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513947; }

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

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

background-color css

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

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

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

border-color css

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

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

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