Html Css Color HEX #513246 Loulou

📋 copy color: '#513246'

red 81 ◦ green 50 ◦ blue 70

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

Shades of Loulou #513246

Tints of Loulou #513246

RGB

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

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

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

R = 40.3%
G = 24.88%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#513246 (or 0x513246) is known color: Loulou. HEX triplet: 51, 32 and 46. RGB value is (81,50,70). Sum of RGB (Red+Green+Blue) = 81+50+70=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513246 is #AECDB9. Grayscale: #3D3D3D. Windows color (decimal): -11455930 or 4600401. OLE color: 4600401.

HSL color Cylindrical-coordinate representation of color #513246: hue angle of 321.29º 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 #513246 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 70 -
CMYK 0 0.38 0.14 0.68
HSL 321.29º 0.24% 0.26% -
HSV(B) 321.29º 0.38% 0.32% -
XYZ 5.64 4.47 6.36 -
YUV 61.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 81 50 70 0 0.38 0.14 0.68 321.29 0.24 0.26
Hex 51 32 46 0 26 E 44 141 18 1A
Octal 121 62 106 0 46 16 104 501 30 32
Binary 1010001 110010 1000110 0 100110 1110 1000100 101000001 11000 11010

Color Harmonies of #513246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513246

Black with #513246

Text Example


Text Example

White with #513246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513246; }

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

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

background-color css

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

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

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

border-color css

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

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

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