Html Css Color HEX #513445 Loulou

📋 copy color: '#513445'

red 81 ◦ green 52 ◦ blue 69

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

Shades of Loulou #513445

Tints of Loulou #513445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 40.1%
G = 25.74%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#513445 (or 0x513445) is known color: Loulou. HEX triplet: 51, 34 and 45. RGB value is (81,52,69). Sum of RGB (Red+Green+Blue) = 81+52+69=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513445 is #AECBBA. Grayscale: #3E3E3E. Windows color (decimal): -11455419 or 4535377. OLE color: 4535377.

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

Color convert

RGB 81 52 69 -
CMYK 0 0.36 0.15 0.68
HSL 324.83º 0.22% 0.26% -
HSV(B) 324.83º 0.36% 0.32% -
XYZ 5.7 4.63 6.22 -
YUV 62.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 81 52 69 0 0.36 0.15 0.68 324.83 0.22 0.26
Hex 51 34 45 0 24 F 44 145 16 1A
Octal 121 64 105 0 44 17 104 505 26 32
Binary 1010001 110100 1000101 0 100100 1111 1000100 101000101 10110 11010

Color Harmonies of #513445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513445

Black with #513445

Text Example


Text Example

White with #513445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513445; }

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

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

background-color css

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

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

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

border-color css

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

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

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