#500D1A

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

Shades of Bordeaux #500D1A

Tints of Bordeaux #500D1A

Color information

#500D1A (or 0x500D1A) is unknown color: approx Bordeaux. HEX triplet: 50, 0D and 1A. RGB value is (80,13,26). Sum of RGB (Red+Green+Blue) = 80+13+26=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D1A is #AFF2E5. Grayscale: #222222. Windows color (decimal): -11530982 or 1707344. OLE color: 1707344.

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

Color convert

RGB801326-
CMYK00.840.670.69
HSL348.36º72.04%18.24%-
HSV(B)348.36º83.75%31.37%-
XYZ3.642.071.18-
YUV34.52123.2160.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=67.23%
G=10.92%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80132600.840.670.69348.3672.0418.24
Hex50D1A054434515c4812
Octal1201532012410310553411022
Binary10100001101110100101010010000111000101101011100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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