#50141B

Color #50141B Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #50141B

Tints of Bordeaux #50141B

Color information

#50141B (or 0x50141B) is unknown color: approx Bordeaux. HEX triplet: 50, 14 and 1B. RGB value is (80,20,27). Sum of RGB (Red+Green+Blue) = 80+20+27=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50141B is #AFEBE4. Grayscale: #262626. Windows color (decimal): -11529189 or 1774672. OLE color: 1774672.

HSL color Cylindrical-coordinate representation of color #50141B: hue angle of 353º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50141B is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB802027-
CMYK00.750.660.69
HSL353º60%19.61%-
HSV(B)353º75%31.37%-
XYZ3.762.281.28-
YUV38.74121.38157.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=62.99%
G=15.75%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80202700.750.660.693536019.61
Hex50141B04B42451613c14
Octal120243301131021055417424
Binary10100001010011011010010111000010100010110110000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50141B; }

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

 H1.HeaderClassName
 {
   color: #50141B;
 }
 .AnyTagClassName
 {
   color: #50141B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #50141B;
 }
 .BgClassName
 {
   background-color: #50141B;
 }
</style>
border-color css

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

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

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