Html Css Color HEX #512B47 Loulou

📋 copy color: '#512B47'

red 81 ◦ green 43 ◦ blue 71

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

Shades of Loulou #512B47

Tints of Loulou #512B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 41.54%
G = 22.05%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#512B47 (or 0x512B47) is known color: Loulou. HEX triplet: 51, 2B and 47. RGB value is (81,43,71). Sum of RGB (Red+Green+Blue) = 81+43+71=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #512B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B47 is #AED4B8. Grayscale: #393939. Windows color (decimal): -11457721 or 4664145. OLE color: 4664145.

HSL color Cylindrical-coordinate representation of color #512B47: hue angle of 315.79º 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 #512B47 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 71 -
CMYK 0 0.47 0.12 0.68
HSL 315.79º 0.31% 0.24% -
HSV(B) 315.79º 0.47% 0.32% -
XYZ 5.39 3.93 6.44 -
YUV 57.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 81 43 71 0 0.47 0.12 0.68 315.79 0.31 0.24
Hex 51 2B 47 0 2F C 44 13C 1F 18
Octal 121 53 107 0 57 14 104 474 37 30
Binary 1010001 101011 1000111 0 101111 1100 1000100 100111100 11111 11000

Color Harmonies of #512B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B47

Black with #512B47

Text Example


Text Example

White with #512B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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