Html Css Color HEX #512B49 Loulou

📋 copy color: '#512B49'

red 81 ◦ green 43 ◦ blue 73

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

Shades of Loulou #512B49

Tints of Loulou #512B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.83%

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

R = 41.12%
G = 21.83%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#512B49 (or 0x512B49) is known color: Loulou. HEX triplet: 51, 2B and 49. RGB value is (81,43,73). Sum of RGB (Red+Green+Blue) = 81+43+73=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #512B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B49 is #AED4B6. Grayscale: #393939. Windows color (decimal): -11457719 or 4795217. OLE color: 4795217.

HSL color Cylindrical-coordinate representation of color #512B49: hue angle of 312.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B49 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 73 -
CMYK 0 0.47 0.10 0.68
HSL 312.63º 0.31% 0.24% -
HSV(B) 312.63º 0.47% 0.32% -
XYZ 5.46 3.96 6.78 -
YUV 57.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 81 43 73 0 0.47 0.10 0.68 312.63 0.31 0.24
Hex 51 2B 49 0 2F A 44 139 1F 18
Octal 121 53 111 0 57 12 104 471 37 30
Binary 1010001 101011 1001001 0 101111 1010 1000100 100111001 11111 11000

Color Harmonies of #512B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B49

Black with #512B49

Text Example


Text Example

White with #512B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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