Html Css Color HEX #511848 Loulou

📋 copy color: '#511848'

red 81 ◦ green 24 ◦ blue 72

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

Shades of Loulou #511848

Tints of Loulou #511848

RGB

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

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

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

R = 45.76%
G = 13.56%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#511848 (or 0x511848) is known color: Loulou. HEX triplet: 51, 18 and 48. RGB value is (81,24,72). Sum of RGB (Red+Green+Blue) = 81+24+72=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #511848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511848 is #AEE7B7. Grayscale: #2E2E2E. Windows color (decimal): -11462584 or 4724817. OLE color: 4724817.

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

Color convert

RGB 81 24 72 -
CMYK 0 0.70 0.11 0.68
HSL 309.47º 0.54% 0.21% -
HSV(B) 309.47º 0.7% 0.32% -
XYZ 4.89 2.87 6.43 -
YUV 46.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 81 24 72 0 0.70 0.11 0.68 309.47 0.54 0.21
Hex 51 18 48 0 46 B 44 135 36 15
Octal 121 30 110 0 106 13 104 465 66 25
Binary 1010001 11000 1001000 0 1000110 1011 1000100 100110101 110110 10101

Color Harmonies of #511848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511848

Black with #511848

Text Example


Text Example

White with #511848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511848; }

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

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

background-color css

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

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

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

border-color css

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

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

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