#50141F

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

Shades of Bordeaux #50141F

Tints of Bordeaux #50141F

Color information

#50141F (or 0x50141F) is unknown color: approx Bordeaux. HEX triplet: 50, 14 and 1F. RGB value is (80,20,31). Sum of RGB (Red+Green+Blue) = 80+20+31=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50141F is #AFEBE0. Grayscale: #272727. Windows color (decimal): -11529185 or 2036816. OLE color: 2036816.

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

Color convert

RGB802031-
CMYK00.750.610.69
HSL349º60%19.61%-
HSV(B)349º75%31.37%-
XYZ3.812.31.54-
YUV39.19123.38157.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=61.07%
G=15.27%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80203100.750.610.693496019.61
Hex50141F04B3D4515d3c14
Octal12024370113751055357424
Binary1010000101001111101001011111101100010110101110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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