Html Css Color HEX #511942 Loulou

📋 copy color: '#511942'

red 81 ◦ green 25 ◦ blue 66

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

Shades of Loulou #511942

Tints of Loulou #511942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.53%

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 47.09%
G = 14.53%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#511942 (or 0x511942) is known color: Loulou. HEX triplet: 51, 19 and 42. RGB value is (81,25,66). Sum of RGB (Red+Green+Blue) = 81+25+66=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511942 is #AEE6BD. Grayscale: #2E2E2E. Windows color (decimal): -11462334 or 4331857. OLE color: 4331857.

HSL color Cylindrical-coordinate representation of color #511942: hue angle of 316.07º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511942 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 66 -
CMYK 0 0.69 0.19 0.68
HSL 316.07º 0.53% 0.21% -
HSV(B) 316.07º 0.69% 0.32% -
XYZ 4.72 2.84 5.45 -
YUV 46.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 81 25 66 0 0.69 0.19 0.68 316.07 0.53 0.21
Hex 51 19 42 0 45 13 44 13C 35 15
Octal 121 31 102 0 105 23 104 474 65 25
Binary 1010001 11001 1000010 0 1000101 10011 1000100 100111100 110101 10101

Color Harmonies of #511942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511942

Black with #511942

Text Example


Text Example

White with #511942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511942; }

 p { color: rgb(81,25,66); }

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

background-color css

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

 a { background-color: rgb(81,25,66); }

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

border-color css

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

 span { border-color: rgb(81,25,66); }

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