Html Css Color HEX #511D4B Loulou

📋 copy color: '#511D4B'

red 81 ◦ green 29 ◦ blue 75

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

Shades of Loulou #511D4B

Tints of Loulou #511D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 43.78%
G = 15.68%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#511D4B (or 0x511D4B) is known color: Loulou. HEX triplet: 51, 1D and 4B. RGB value is (81,29,75). Sum of RGB (Red+Green+Blue) = 81+29+75=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #511D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D4B is #AEE2B4. Grayscale: #313131. Windows color (decimal): -11461301 or 4922705. OLE color: 4922705.

HSL color Cylindrical-coordinate representation of color #511D4B: hue angle of 306.92º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D4B is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 75 -
CMYK 0 0.64 0.07 0.68
HSL 306.92º 0.47% 0.22% -
HSV(B) 306.92º 0.64% 0.32% -
XYZ 5.1 3.14 6.99 -
YUV 49.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 81 29 75 0 0.64 0.07 0.68 306.92 0.47 0.22
Hex 51 1D 4B 0 40 7 44 133 2F 16
Octal 121 35 113 0 100 7 104 463 57 26
Binary 1010001 11101 1001011 0 1000000 111 1000100 100110011 101111 10110

Color Harmonies of #511D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D4B

Black with #511D4B

Text Example


Text Example

White with #511D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,29,75); }

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

background-color css

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

 a { background-color: rgb(81,29,75); }

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

border-color css

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

 span { border-color: rgb(81,29,75); }

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