#500D1E

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

Shades of Bordeaux #500D1E

Tints of Bordeaux #500D1E

Color information

#500D1E (or 0x500D1E) is unknown color: approx Bordeaux. HEX triplet: 50, 0D and 1E. RGB value is (80,13,30). Sum of RGB (Red+Green+Blue) = 80+13+30=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #500D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D1E is #AFF2E1. Grayscale: #222222. Windows color (decimal): -11530978 or 1969488. OLE color: 1969488.

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

Color convert

RGB801330-
CMYK00.840.620.69
HSL344.78º72.04%18.24%-
HSV(B)344.78º83.75%31.37%-
XYZ3.692.091.44-
YUV34.97125.2160.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.04%
GREEN value IS 13 (5.47% from 255) = 10.57%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=65.04%
G=10.57%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80133000.840.620.69344.7872.0418.24
Hex50D1E0543E451594812
Octal120153601247610553111022
Binary1010000110111110010101001111101000101101011001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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