Html Css Color HEX #512847 Loulou

📋 copy color: '#512847'

red 81 ◦ green 40 ◦ blue 71

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

Shades of Loulou #512847

Tints of Loulou #512847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

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

R = 42.19%
G = 20.83%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#512847 (or 0x512847) is known color: Loulou. HEX triplet: 51, 28 and 47. RGB value is (81,40,71). Sum of RGB (Red+Green+Blue) = 81+40+71=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #512847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512847 is #AED7B8. Grayscale: #373737. Windows color (decimal): -11458489 or 4663377. OLE color: 4663377.

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

Color convert

RGB 81 40 71 -
CMYK 0 0.51 0.12 0.68
HSL 314.63º 0.34% 0.24% -
HSV(B) 314.63º 0.51% 0.32% -
XYZ 5.29 3.72 6.4 -
YUV 55.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 81 40 71 0 0.51 0.12 0.68 314.63 0.34 0.24
Hex 51 28 47 0 33 C 44 13B 22 18
Octal 121 50 107 0 63 14 104 473 42 30
Binary 1010001 101000 1000111 0 110011 1100 1000100 100111011 100010 11000

Color Harmonies of #512847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512847

Black with #512847

Text Example


Text Example

White with #512847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512847; }

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

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

background-color css

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

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

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

border-color css

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

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

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