Html Css Color HEX #513446 Loulou

📋 copy color: '#513446'

red 81 ◦ green 52 ◦ blue 70

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

Shades of Loulou #513446

Tints of Loulou #513446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 39.9%
G = 25.62%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#513446 (or 0x513446) is known color: Loulou. HEX triplet: 51, 34 and 46. RGB value is (81,52,70). Sum of RGB (Red+Green+Blue) = 81+52+70=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #513446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513446 is #AECBB9. Grayscale: #3E3E3E. Windows color (decimal): -11455418 or 4600913. OLE color: 4600913.

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

Color convert

RGB 81 52 70 -
CMYK 0 0.36 0.14 0.68
HSL 322.76º 0.22% 0.26% -
HSV(B) 322.76º 0.36% 0.32% -
XYZ 5.73 4.65 6.39 -
YUV 62.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 81 52 70 0 0.36 0.14 0.68 322.76 0.22 0.26
Hex 51 34 46 0 24 E 44 143 16 1A
Octal 121 64 106 0 44 16 104 503 26 32
Binary 1010001 110100 1000110 0 100100 1110 1000100 101000011 10110 11010

Color Harmonies of #513446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513446

Black with #513446

Text Example


Text Example

White with #513446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513446; }

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

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

background-color css

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

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

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

border-color css

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

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

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