Html Css Color HEX #512547 Loulou

📋 copy color: '#512547'

red 81 ◦ green 37 ◦ blue 71

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

Shades of Loulou #512547

Tints of Loulou #512547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

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

R = 42.86%
G = 19.58%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#512547 (or 0x512547) is known color: Loulou. HEX triplet: 51, 25 and 47. RGB value is (81,37,71). Sum of RGB (Red+Green+Blue) = 81+37+71=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #512547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512547 is #AEDAB8. Grayscale: #353535. Windows color (decimal): -11459257 or 4662609. OLE color: 4662609.

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

Color convert

RGB 81 37 71 -
CMYK 0 0.54 0.12 0.68
HSL 313.64º 0.37% 0.23% -
HSV(B) 313.64º 0.54% 0.32% -
XYZ 5.19 3.53 6.37 -
YUV 54.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 81 37 71 0 0.54 0.12 0.68 313.64 0.37 0.23
Hex 51 25 47 0 36 C 44 13A 25 17
Octal 121 45 107 0 66 14 104 472 45 27
Binary 1010001 100101 1000111 0 110110 1100 1000100 100111010 100101 10111

Color Harmonies of #512547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512547

Black with #512547

Text Example


Text Example

White with #512547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512547; }

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

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

background-color css

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

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

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

border-color css

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

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

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