#50131D

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

Shades of Bordeaux #50131D

Tints of Bordeaux #50131D

Color information

#50131D (or 0x50131D) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 1D. RGB value is (80,19,29). Sum of RGB (Red+Green+Blue) = 80+19+29=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50131D is #AFECE2. Grayscale: #262626. Windows color (decimal): -11529443 or 1905488. OLE color: 1905488.

HSL color Cylindrical-coordinate representation of color #50131D: hue angle of 350.16º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50131D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB801929-
CMYK00.760.640.69
HSL350.16º61.62%19.41%-
HSV(B)350.16º76.25%31.37%-
XYZ3.762.261.4-
YUV38.38122.71157.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=62.5%
G=14.84%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80192900.760.640.69350.1661.6219.41
Hex50131D04C404515e3e13
Octal120233501141001055367623
Binary10100001001111101010011001000000100010110101111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50131D; }

 p { color: rgb(80,19,29); }

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

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

 a { background-color: rgb(80,19,29); }

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

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

 span { border-color: rgb(80,19,29); }

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