Html Css Color HEX #513649 Loulou

📋 copy color: '#513649'

red 81 ◦ green 54 ◦ blue 73

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

Shades of Loulou #513649

Tints of Loulou #513649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 38.94%
G = 25.96%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#513649 (or 0x513649) is known color: Loulou. HEX triplet: 51, 36 and 49. RGB value is (81,54,73). Sum of RGB (Red+Green+Blue) = 81+54+73=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #513649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513649 is #AEC9B6. Grayscale: #404040. Windows color (decimal): -11454903 or 4798033. OLE color: 4798033.

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

Color convert

RGB 81 54 73 -
CMYK 0 0.33 0.10 0.68
HSL 317.78º 0.2% 0.26% -
HSV(B) 317.78º 0.33% 0.32% -
XYZ 5.92 4.87 6.93 -
YUV 64.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 81 54 73 0 0.33 0.10 0.68 317.78 0.2 0.26
Hex 51 36 49 0 21 A 44 13E 14 1A
Octal 121 66 111 0 41 12 104 476 24 32
Binary 1010001 110110 1001001 0 100001 1010 1000100 100111110 10100 11010

Color Harmonies of #513649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513649

Black with #513649

Text Example


Text Example

White with #513649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513649; }

 p { color: rgb(81,54,73); }

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

background-color css

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

 a { background-color: rgb(81,54,73); }

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

border-color css

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

 span { border-color: rgb(81,54,73); }

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