#500E14

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

Shades of Bordeaux #500E14

Tints of Bordeaux #500E14

Color information

#500E14 (or 0x500E14) is unknown color: approx Bordeaux. HEX triplet: 50, 0E and 14. RGB value is (80,14,20). Sum of RGB (Red+Green+Blue) = 80+14+20=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #500E14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E14 is #AFF1EB. Grayscale: #222222. Windows color (decimal): -11530732 or 1314384. OLE color: 1314384.

HSL color Cylindrical-coordinate representation of color #500E14: hue angle of 354.55º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E14 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB801420-
CMYK00.830.750.69
HSL354.55º70.21%18.43%-
HSV(B)354.55º82.5%31.37%-
XYZ3.592.070.87-
YUV34.42119.87160.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 14 (5.86% from 255) = 12.28%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=70.18%
G=12.28%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80142000.830.750.69354.5570.2118.43
Hex50E140534B451634612
Octal1201624012311310554310622
Binary10100001110101000101001110010111000101101100011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500E14; }

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

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

<style>
 a { background-color: #500E14; }

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

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

<style>
 span { border-color: #500E14; }

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

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