#50041D

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

Shades of Bordeaux #50041D

Tints of Bordeaux #50041D

Color information

#50041D (or 0x50041D) is unknown color: approx Bordeaux. HEX triplet: 50, 04 and 1D. RGB value is (80,4,29). Sum of RGB (Red+Green+Blue) = 80+4+29=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #50041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50041D is #AFFBE2. Grayscale: #1D1D1D. Windows color (decimal): -11533283 or 1901648. OLE color: 1901648.

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

Color convert

RGB80429-
CMYK00.950.640.69
HSL340.26º90.48%16.47%-
HSV(B)340.26º95%31.37%-
XYZ3.571.881.34-
YUV29.57127.68163.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=70.80%
G=3.54%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8042900.950.640.69340.2690.4816.47
Hex5041D05F40451545a10
Octal120435013710010552413220
Binary1010000100111010101111110000001000101101010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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