Html Css Color HEX #513247 Loulou

📋 copy color: '#513247'

red 81 ◦ green 50 ◦ blue 71

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

Shades of Loulou #513247

Tints of Loulou #513247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

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

R = 40.1%
G = 24.75%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#513247 (or 0x513247) is known color: Loulou. HEX triplet: 51, 32 and 47. RGB value is (81,50,71). Sum of RGB (Red+Green+Blue) = 81+50+71=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513247 is #AECDB8. Grayscale: #3D3D3D. Windows color (decimal): -11455929 or 4665937. OLE color: 4665937.

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

Color convert

RGB 81 50 71 -
CMYK 0 0.38 0.12 0.68
HSL 319.35º 0.24% 0.26% -
HSV(B) 319.35º 0.38% 0.32% -
XYZ 5.67 4.49 6.53 -
YUV 61.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 81 50 71 0 0.38 0.12 0.68 319.35 0.24 0.26
Hex 51 32 47 0 26 C 44 13F 18 1A
Octal 121 62 107 0 46 14 104 477 30 32
Binary 1010001 110010 1000111 0 100110 1100 1000100 100111111 11000 11010

Color Harmonies of #513247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513247

Black with #513247

Text Example


Text Example

White with #513247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513247; }

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

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

background-color css

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

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

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

border-color css

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

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

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