#50141A

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

Shades of Bordeaux #50141A

Tints of Bordeaux #50141A

Color information

#50141A (or 0x50141A) is unknown color: approx Bordeaux. HEX triplet: 50, 14 and 1A. RGB value is (80,20,26). Sum of RGB (Red+Green+Blue) = 80+20+26=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50141A is #AFEBE5. Grayscale: #262626. Windows color (decimal): -11529190 or 1709136. OLE color: 1709136.

HSL color Cylindrical-coordinate representation of color #50141A: hue angle of 354º 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 #50141A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB802026-
CMYK00.750.670.69
HSL354º60%19.61%-
HSV(B)354º75%31.37%-
XYZ3.742.281.22-
YUV38.62120.88157.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=63.49%
G=15.87%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80202600.750.670.693546019.61
Hex50141A04B43451623c14
Octal120243201131031055427424
Binary10100001010011010010010111000011100010110110001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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