#50111A

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

Shades of Bordeaux #50111A

Tints of Bordeaux #50111A

Color information

#50111A (or 0x50111A) is unknown color: approx Bordeaux. HEX triplet: 50, 11 and 1A. RGB value is (80,17,26). Sum of RGB (Red+Green+Blue) = 80+17+26=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #50111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50111A is #AFEEE5. Grayscale: #242424. Windows color (decimal): -11529958 or 1708368. OLE color: 1708368.

HSL color Cylindrical-coordinate representation of color #50111A: hue angle of 351.43º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50111A is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB801726-
CMYK00.790.670.69
HSL351.43º64.95%19.02%-
HSV(B)351.43º78.75%31.37%-
XYZ3.72.181.2-
YUV36.86121.87158.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.04%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=65.04%
G=13.82%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80172600.790.670.69351.4364.9519.02
Hex50111A04F434515f4113
Octal1202132011710310553710123
Binary101000010001110100100111110000111000101101011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50111A; }

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

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

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

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

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

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

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

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