#50011D

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

Shades of Bordeaux #50011D

Tints of Bordeaux #50011D

Color information

#50011D (or 0x50011D) is unknown color: approx Bordeaux. HEX triplet: 50, 01 and 1D. RGB value is (80,1,29). Sum of RGB (Red+Green+Blue) = 80+1+29=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #50011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50011D is #AFFEE2. Grayscale: #1B1B1B. Windows color (decimal): -11534051 or 1900880. OLE color: 1900880.

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

Color convert

RGB80129-
CMYK00.990.640.69
HSL338.73º97.53%15.88%-
HSV(B)338.73º98.75%31.37%-
XYZ3.541.821.33-
YUV27.81128.67165.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.73%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=72.73%
G=0.91%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8012900.990.640.69338.7397.5315.88
Hex5011D06340451536210
Octal120135014310010552314220
Binary10100001111010110001110000001000101101010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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