Html Css Color HEX #511846 Loulou

📋 copy color: '#511846'

red 81 ◦ green 24 ◦ blue 70

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

Shades of Loulou #511846

Tints of Loulou #511846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 70 (27.73% from 255) = 40%

R = 46.29%
G = 13.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#511846 (or 0x511846) is known color: Loulou. HEX triplet: 51, 18 and 46. RGB value is (81,24,70). Sum of RGB (Red+Green+Blue) = 81+24+70=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #511846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511846 is #AEE7B9. Grayscale: #2E2E2E. Windows color (decimal): -11462586 or 4593745. OLE color: 4593745.

HSL color Cylindrical-coordinate representation of color #511846: hue angle of 311.58º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511846 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 70 -
CMYK 0 0.70 0.14 0.68
HSL 311.58º 0.54% 0.21% -
HSV(B) 311.58º 0.7% 0.32% -
XYZ 4.83 2.84 6.09 -
YUV 46.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 81 24 70 0 0.70 0.14 0.68 311.58 0.54 0.21
Hex 51 18 46 0 46 E 44 138 36 15
Octal 121 30 106 0 106 16 104 470 66 25
Binary 1010001 11000 1000110 0 1000110 1110 1000100 100111000 110110 10101

Color Harmonies of #511846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511846

Black with #511846

Text Example


Text Example

White with #511846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511846; }

 p { color: rgb(81,24,70); }

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

background-color css

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

 a { background-color: rgb(81,24,70); }

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

border-color css

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

 span { border-color: rgb(81,24,70); }

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