#50041E

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

Shades of Bordeaux #50041E

Tints of Bordeaux #50041E

Color information

#50041E (or 0x50041E) is unknown color: approx Bordeaux. HEX triplet: 50, 04 and 1E. RGB value is (80,4,30). Sum of RGB (Red+Green+Blue) = 80+4+30=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #50041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50041E is #AFFBE1. Grayscale: #1D1D1D. Windows color (decimal): -11533282 or 1967184. OLE color: 1967184.

HSL color Cylindrical-coordinate representation of color #50041E: hue angle of 339.47º 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 #50041E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB80430-
CMYK00.950.620.69
HSL339.47º90.48%16.47%-
HSV(B)339.47º95%31.37%-
XYZ3.591.891.4-
YUV29.69128.18163.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=70.18%
G=3.51%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8043000.950.620.69339.4790.4816.47
Hex5041E05F3E451535a10
Octal12043601377610552313220
Binary101000010011110010111111111101000101101010011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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