Html Css Color HEX #511843 Loulou

📋 copy color: '#511843'

red 81 ◦ green 24 ◦ blue 67

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

Shades of Loulou #511843

Tints of Loulou #511843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.95%

R = 47.09%
G = 13.95%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#511843 (or 0x511843) is known color: Loulou. HEX triplet: 51, 18 and 43. RGB value is (81,24,67). Sum of RGB (Red+Green+Blue) = 81+24+67=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511843 is #AEE7BC. Grayscale: #2D2D2D. Windows color (decimal): -11462589 or 4397137. OLE color: 4397137.

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

Color convert

RGB 81 24 67 -
CMYK 0 0.70 0.17 0.68
HSL 314.74º 0.54% 0.21% -
HSV(B) 314.74º 0.7% 0.32% -
XYZ 4.73 2.81 5.6 -
YUV 45.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 81 24 67 0 0.70 0.17 0.68 314.74 0.54 0.21
Hex 51 18 43 0 46 11 44 13B 36 15
Octal 121 30 103 0 106 21 104 473 66 25
Binary 1010001 11000 1000011 0 1000110 10001 1000100 100111011 110110 10101

Color Harmonies of #511843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511843

Black with #511843

Text Example


Text Example

White with #511843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511843; }

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

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

background-color css

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

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

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

border-color css

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

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

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