Html Css Color HEX #511648 Loulou

📋 copy color: '#511648'

red 81 ◦ green 22 ◦ blue 72

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

Shades of Loulou #511648

Tints of Loulou #511648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 46.29%
G = 12.57%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#511648 (or 0x511648) is known color: Loulou. HEX triplet: 51, 16 and 48. RGB value is (81,22,72). Sum of RGB (Red+Green+Blue) = 81+22+72=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #511648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511648 is #AEE9B7. Grayscale: #2D2D2D. Windows color (decimal): -11463096 or 4724305. OLE color: 4724305.

HSL color Cylindrical-coordinate representation of color #511648: hue angle of 309.15º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511648 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 22 72 -
CMYK 0 0.73 0.11 0.68
HSL 309.15º 0.57% 0.2% -
HSV(B) 309.15º 0.73% 0.32% -
XYZ 4.85 2.79 6.41 -
YUV 45.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 81 22 72 0 0.73 0.11 0.68 309.15 0.57 0.2
Hex 51 16 48 0 49 B 44 135 39 14
Octal 121 26 110 0 111 13 104 465 71 24
Binary 1010001 10110 1001000 0 1001001 1011 1000100 100110101 111001 10100

Color Harmonies of #511648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511648

Black with #511648

Text Example


Text Example

White with #511648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511648; }

 p { color: rgb(81,22,72); }

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

background-color css

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

 a { background-color: rgb(81,22,72); }

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

border-color css

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

 span { border-color: rgb(81,22,72); }

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