Html Css Color HEX #513146 Loulou

📋 copy color: '#513146'

red 81 ◦ green 49 ◦ blue 70

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

Shades of Loulou #513146

Tints of Loulou #513146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 70 (27.73% from 255) = 35%

R = 40.5%
G = 24.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#513146 (or 0x513146) is known color: Loulou. HEX triplet: 51, 31 and 46. RGB value is (81,49,70). Sum of RGB (Red+Green+Blue) = 81+49+70=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #513146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513146 is #AECEB9. Grayscale: #3C3C3C. Windows color (decimal): -11456186 or 4600145. OLE color: 4600145.

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

Color convert

RGB 81 49 70 -
CMYK 0 0.40 0.14 0.68
HSL 320.63º 0.25% 0.25% -
HSV(B) 320.63º 0.4% 0.32% -
XYZ 5.6 4.39 6.35 -
YUV 60.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 81 49 70 0 0.40 0.14 0.68 320.63 0.25 0.25
Hex 51 31 46 0 28 E 44 141 19 19
Octal 121 61 106 0 50 16 104 501 31 31
Binary 1010001 110001 1000110 0 101000 1110 1000100 101000001 11001 11001

Color Harmonies of #513146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513146

Black with #513146

Text Example


Text Example

White with #513146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513146; }

 p { color: rgb(81,49,70); }

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

background-color css

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

 a { background-color: rgb(81,49,70); }

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

border-color css

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

 span { border-color: rgb(81,49,70); }

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