#50101E

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

Shades of Bordeaux #50101E

Tints of Bordeaux #50101E

Color information

#50101E (or 0x50101E) is unknown color: approx Bordeaux. HEX triplet: 50, 10 and 1E. RGB value is (80,16,30). Sum of RGB (Red+Green+Blue) = 80+16+30=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50101E is #AFEFE1. Grayscale: #242424. Windows color (decimal): -11530210 or 1970256. OLE color: 1970256.

HSL color Cylindrical-coordinate representation of color #50101E: hue angle of 346.88º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50101E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB801630-
CMYK00.800.620.69
HSL346.88º66.67%18.82%-
HSV(B)346.88º80%31.37%-
XYZ3.732.171.45-
YUV36.73124.2158.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=63.49%
G=12.70%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80163000.800.620.69346.8866.6718.82
Hex50101E0503E4515b4313
Octal120203601207610553310323
Binary10100001000011110010100001111101000101101011011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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