Html Css Color HEX #513349 Loulou

📋 copy color: '#513349'

red 81 ◦ green 51 ◦ blue 73

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

Shades of Loulou #513349

Tints of Loulou #513349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 39.51%
G = 24.88%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#513349 (or 0x513349) is known color: Loulou. HEX triplet: 51, 33 and 49. RGB value is (81,51,73). Sum of RGB (Red+Green+Blue) = 81+51+73=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513349 is #AECCB6. Grayscale: #3E3E3E. Windows color (decimal): -11455671 or 4797265. OLE color: 4797265.

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

Color convert

RGB 81 51 73 -
CMYK 0 0.37 0.10 0.68
HSL 316º 0.23% 0.26% -
HSV(B) 316º 0.37% 0.32% -
XYZ 5.78 4.6 6.89 -
YUV 62.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 81 51 73 0 0.37 0.10 0.68 316 0.23 0.26
Hex 51 33 49 0 25 A 44 13C 17 1A
Octal 121 63 111 0 45 12 104 474 27 32
Binary 1010001 110011 1001001 0 100101 1010 1000100 100111100 10111 11010

Color Harmonies of #513349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513349

Black with #513349

Text Example


Text Example

White with #513349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513349; }

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

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

background-color css

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

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

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

border-color css

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

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

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