Html Css Color HEX #512047 Loulou

📋 copy color: '#512047'

red 81 ◦ green 32 ◦ blue 71

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

Shades of Loulou #512047

Tints of Loulou #512047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.39%

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

R = 44.02%
G = 17.39%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#512047 (or 0x512047) is known color: Loulou. HEX triplet: 51, 20 and 47. RGB value is (81,32,71). Sum of RGB (Red+Green+Blue) = 81+32+71=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512047 is #AEDFB8. Grayscale: #323232. Windows color (decimal): -11460537 or 4661329. OLE color: 4661329.

HSL color Cylindrical-coordinate representation of color #512047: hue angle of 312.24º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512047 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 71 -
CMYK 0 0.60 0.12 0.68
HSL 312.24º 0.43% 0.22% -
HSV(B) 312.24º 0.6% 0.32% -
XYZ 5.05 3.24 6.32 -
YUV 51.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 81 32 71 0 0.60 0.12 0.68 312.24 0.43 0.22
Hex 51 20 47 0 3C C 44 138 2B 16
Octal 121 40 107 0 74 14 104 470 53 26
Binary 1010001 100000 1000111 0 111100 1100 1000100 100111000 101011 10110

Color Harmonies of #512047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512047

Black with #512047

Text Example


Text Example

White with #512047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512047; }

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

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

background-color css

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

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

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

border-color css

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

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

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