Html Css Color HEX #501B4B Loulou

📋 copy color: '#501B4B'

red 80 ◦ green 27 ◦ blue 75

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

Shades of Loulou #501B4B

Tints of Loulou #501B4B

RGB

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

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

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

R = 43.96%
G = 14.84%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#501B4B (or 0x501B4B) is known color: Loulou. HEX triplet: 50, 1B and 4B. RGB value is (80,27,75). Sum of RGB (Red+Green+Blue) = 80+27+75=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #501B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B4B is #AFE4B4. Grayscale: #303030. Windows color (decimal): -11527349 or 4922192. OLE color: 4922192.

HSL color Cylindrical-coordinate representation of color #501B4B: hue angle of 305.66º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B4B is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 27 75 -
CMYK 0 0.66 0.06 0.69
HSL 305.66º 0.5% 0.21% -
HSV(B) 305.66º 0.66% 0.31% -
XYZ 4.97 3 6.97 -
YUV 48.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 80 27 75 0 0.66 0.06 0.69 305.66 0.5 0.21
Hex 50 1B 4B 0 42 6 45 132 32 15
Octal 120 33 113 0 102 6 105 462 62 25
Binary 1010000 11011 1001011 0 1000010 110 1000101 100110010 110010 10101

Color Harmonies of #501B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B4B

Black with #501B4B

Text Example


Text Example

White with #501B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501B4B; }

 p { color: rgb(80,27,75); }

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

background-color css

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

 a { background-color: rgb(80,27,75); }

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

border-color css

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

 span { border-color: rgb(80,27,75); }

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