Html Css Color HEX #512C4E Loulou

📋 copy color: '#512C4E'

red 81 ◦ green 44 ◦ blue 78

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

Shades of Loulou #512C4E

Tints of Loulou #512C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 39.9%
G = 21.67%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#512C4E (or 0x512C4E) is known color: Loulou. HEX triplet: 51, 2C and 4E. RGB value is (81,44,78). Sum of RGB (Red+Green+Blue) = 81+44+78=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #512C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C4E is #AED3B1. Grayscale: #3A3A3A. Windows color (decimal): -11457458 or 5123153. OLE color: 5123153.

HSL color Cylindrical-coordinate representation of color #512C4E: hue angle of 304.86º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C4E is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 44 78 -
CMYK 0 0.46 0.04 0.68
HSL 304.86º 0.3% 0.25% -
HSV(B) 304.86º 0.46% 0.32% -
XYZ 5.67 4.1 7.7 -
YUV 58.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 81 44 78 0 0.46 0.04 0.68 304.86 0.3 0.25
Hex 51 2C 4E 0 2E 4 44 131 1E 19
Octal 121 54 116 0 56 4 104 461 36 31
Binary 1010001 101100 1001110 0 101110 100 1000100 100110001 11110 11001

Color Harmonies of #512C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C4E

Black with #512C4E

Text Example


Text Example

White with #512C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,44,78); }

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

background-color css

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

 a { background-color: rgb(81,44,78); }

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

border-color css

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

 span { border-color: rgb(81,44,78); }

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