#500014

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

Shades of Bordeaux #500014

Tints of Bordeaux #500014

Color information

#500014 (or 0x500014) is unknown color: approx Bordeaux. HEX triplet: 50, 00 and 14. RGB value is (80,0,20). Sum of RGB (Red+Green+Blue) = 80+0+20=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #500014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500014 is #AFFFEB. Grayscale: #1A1A1A. Windows color (decimal): -11534316 or 1310800. OLE color: 1310800.

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

Color convert

RGB80020-
CMYK010.750.69
HSL345º100%15.69%-
HSV(B)345º100%31.37%-
XYZ3.431.760.82-
YUV26.2124.5166.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 20%
R=80%
G=0%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80020010.750.6934510015.69
Hex500140644B451596410
Octal120024014411310553114420
Binary10100000101000110010010010111000101101011001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500014; }

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

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

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

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

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

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

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

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