#50161E

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

Shades of Bordeaux #50161E

Tints of Bordeaux #50161E

Color information

#50161E (or 0x50161E) is unknown color: approx Bordeaux. HEX triplet: 50, 16 and 1E. RGB value is (80,22,30). Sum of RGB (Red+Green+Blue) = 80+22+30=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50161E is #AFE9E1. Grayscale: #282828. Windows color (decimal): -11528674 or 1971792. OLE color: 1971792.

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

Color convert

RGB802230-
CMYK00.720.620.69
HSL351.72º56.86%20%-
HSV(B)351.72º72.5%31.37%-
XYZ3.832.371.48-
YUV40.25122.22156.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=60.61%
G=16.67%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80223000.720.620.69351.7256.8620
Hex50161E0483E451603914
Octal12026360110761055407124
Binary1010000101101111001001000111110100010110110000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50161E; }

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

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

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

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

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

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

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

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