Html Css Color HEX #511945 Loulou

📋 copy color: '#511945'

red 81 ◦ green 25 ◦ blue 69

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

Shades of Loulou #511945

Tints of Loulou #511945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.43%

R = 46.29%
G = 14.29%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#511945 (or 0x511945) is known color: Loulou. HEX triplet: 51, 19 and 45. RGB value is (81,25,69). Sum of RGB (Red+Green+Blue) = 81+25+69=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #511945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511945 is #AEE6BA. Grayscale: #2E2E2E. Windows color (decimal): -11462331 or 4528465. OLE color: 4528465.

HSL color Cylindrical-coordinate representation of color #511945: hue angle of 312.86º 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 #511945 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 69 -
CMYK 0 0.69 0.15 0.68
HSL 312.86º 0.53% 0.21% -
HSV(B) 312.86º 0.69% 0.32% -
XYZ 4.82 2.87 5.93 -
YUV 46.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 81 25 69 0 0.69 0.15 0.68 312.86 0.53 0.21
Hex 51 19 45 0 45 F 44 139 35 15
Octal 121 31 105 0 105 17 104 471 65 25
Binary 1010001 11001 1000101 0 1000101 1111 1000100 100111001 110101 10101

Color Harmonies of #511945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511945

Black with #511945

Text Example


Text Example

White with #511945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511945; }

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

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

background-color css

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

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

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

border-color css

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

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

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