Html Css Color HEX #501847 Loulou

📋 copy color: '#501847'

red 80 ◦ green 24 ◦ blue 71

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

Shades of Loulou #501847

Tints of Loulou #501847

RGB

 RED value IS 80 (31.64% from 255) = 45.71%

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 45.71%
G = 13.71%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#501847 (or 0x501847) is known color: Loulou. HEX triplet: 50, 18 and 47. RGB value is (80,24,71). Sum of RGB (Red+Green+Blue) = 80+24+71=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #501847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501847 is #AFE7B8. Grayscale: #2D2D2D. Windows color (decimal): -11528121 or 4659280. OLE color: 4659280.

HSL color Cylindrical-coordinate representation of color #501847: hue angle of 309.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501847 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 71 -
CMYK 0 0.70 0.11 0.69
HSL 309.64º 0.54% 0.2% -
HSV(B) 309.64º 0.7% 0.31% -
XYZ 4.77 2.81 6.25 -
YUV 46.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 80 24 71 0 0.70 0.11 0.69 309.64 0.54 0.2
Hex 50 18 47 0 46 B 45 136 36 14
Octal 120 30 107 0 106 13 105 466 66 24
Binary 1010000 11000 1000111 0 1000110 1011 1000101 100110110 110110 10100

Color Harmonies of #501847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501847

Black with #501847

Text Example


Text Example

White with #501847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501847; }

 p { color: rgb(80,24,71); }

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

background-color css

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

 a { background-color: rgb(80,24,71); }

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

border-color css

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

 span { border-color: rgb(80,24,71); }

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