Html Css Color HEX #511B41 Loulou

📋 copy color: '#511B41'

red 81 ◦ green 27 ◦ blue 65

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

Shades of Loulou #511B41

Tints of Loulou #511B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 46.82%
G = 15.61%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#511B41 (or 0x511B41) is known color: Loulou. HEX triplet: 51, 1B and 41. RGB value is (81,27,65). Sum of RGB (Red+Green+Blue) = 81+27+65=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B41 is #AEE4BE. Grayscale: #2F2F2F. Windows color (decimal): -11461823 or 4266833. OLE color: 4266833.

HSL color Cylindrical-coordinate representation of color #511B41: hue angle of 317.78º 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 #511B41 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 27 65 -
CMYK 0 0.67 0.20 0.68
HSL 317.78º 0.5% 0.21% -
HSV(B) 317.78º 0.67% 0.32% -
XYZ 4.74 2.91 5.31 -
YUV 47.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 81 27 65 0 0.67 0.20 0.68 317.78 0.5 0.21
Hex 51 1B 41 0 43 14 44 13E 32 15
Octal 121 33 101 0 103 24 104 476 62 25
Binary 1010001 11011 1000001 0 1000011 10100 1000100 100111110 110010 10101

Color Harmonies of #511B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B41

Black with #511B41

Text Example


Text Example

White with #511B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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