#500D14

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

Shades of Bordeaux #500D14

Tints of Bordeaux #500D14

Color information

#500D14 (or 0x500D14) is unknown color: approx Bordeaux. HEX triplet: 50, 0D and 14. RGB value is (80,13,20). Sum of RGB (Red+Green+Blue) = 80+13+20=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D14 is #AFF2EB. Grayscale: #212121. Windows color (decimal): -11530988 or 1314128. OLE color: 1314128.

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

Color convert

RGB801320-
CMYK00.840.750.69
HSL353.73º72.04%18.24%-
HSV(B)353.73º83.75%31.37%-
XYZ3.582.040.87-
YUV33.83120.2160.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=70.80%
G=11.50%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80132000.840.750.69353.7372.0418.24
Hex50D140544B451624812
Octal1201524012411310554211022
Binary10100001101101000101010010010111000101101100010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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