#501618

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

Shades of Bordeaux #501618

Tints of Bordeaux #501618

Color information

#501618 (or 0x501618) is unknown color: approx Bordeaux. HEX triplet: 50, 16 and 18. RGB value is (80,22,24). Sum of RGB (Red+Green+Blue) = 80+22+24=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #501618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501618 is #AFE9E7. Grayscale: #272727. Windows color (decimal): -11528680 or 1578576. OLE color: 1578576.

HSL color Cylindrical-coordinate representation of color #501618: hue angle of 357.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501618 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB802224-
CMYK00.720.700.69
HSL357.93º56.86%20%-
HSV(B)357.93º72.5%31.37%-
XYZ3.762.351.12-
YUV39.57119.22156.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=63.49%
G=17.46%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80222400.720.700.69357.9356.8620
Hex50161804846451663914
Octal120263001101061055467124
Binary10100001011011000010010001000110100010110110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501618; }

 p { color: rgb(80,22,24); }

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

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

 a { background-color: rgb(80,22,24); }

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

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

 span { border-color: rgb(80,22,24); }

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