#50111C

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

Shades of Bordeaux #50111C

Tints of Bordeaux #50111C

Color information

#50111C (or 0x50111C) is unknown color: approx Bordeaux. HEX triplet: 50, 11 and 1C. RGB value is (80,17,28). Sum of RGB (Red+Green+Blue) = 80+17+28=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50111C is #AFEEE3. Grayscale: #252525. Windows color (decimal): -11529956 or 1839440. OLE color: 1839440.

HSL color Cylindrical-coordinate representation of color #50111C: hue angle of 349.52º 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 #50111C is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB801728-
CMYK00.790.650.69
HSL349.52º64.95%19.02%-
HSV(B)349.52º78.75%31.37%-
XYZ3.722.191.33-
YUV37.09122.87158.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=64%
G=13.6%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80172800.790.650.69349.5264.9519.02
Hex50111C04F414515e4113
Octal1202134011710110553610123
Binary101000010001111000100111110000011000101101011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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