Html Css Color HEX #511B42 Loulou

📋 copy color: '#511B42'

red 81 ◦ green 27 ◦ blue 66

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

Shades of Loulou #511B42

Tints of Loulou #511B42

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.52%

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 46.55%
G = 15.52%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#511B42 (or 0x511B42) is known color: Loulou. HEX triplet: 51, 1B and 42. RGB value is (81,27,66). Sum of RGB (Red+Green+Blue) = 81+27+66=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #511B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B42 is #AEE4BD. Grayscale: #2F2F2F. Windows color (decimal): -11461822 or 4332369. OLE color: 4332369.

HSL color Cylindrical-coordinate representation of color #511B42: hue angle of 316.67º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B42 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 27 66 -
CMYK 0 0.67 0.19 0.68
HSL 316.67º 0.5% 0.21% -
HSV(B) 316.67º 0.67% 0.32% -
XYZ 4.77 2.93 5.47 -
YUV 47.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 81 27 66 0 0.67 0.19 0.68 316.67 0.5 0.21
Hex 51 1B 42 0 43 13 44 13D 32 15
Octal 121 33 102 0 103 23 104 475 62 25
Binary 1010001 11011 1000010 0 1000011 10011 1000100 100111101 110010 10101

Color Harmonies of #511B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B42

Black with #511B42

Text Example


Text Example

White with #511B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511B42; }

 p { color: rgb(81,27,66); }

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

background-color css

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

 a { background-color: rgb(81,27,66); }

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

border-color css

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

 span { border-color: rgb(81,27,66); }

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