#50011A

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

Shades of Bordeaux #50011A

Tints of Bordeaux #50011A

Color information

#50011A (or 0x50011A) is unknown color: approx Bordeaux. HEX triplet: 50, 01 and 1A. RGB value is (80,1,26). Sum of RGB (Red+Green+Blue) = 80+1+26=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #50011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50011A is #AFFEE5. Grayscale: #1B1B1B. Windows color (decimal): -11534054 or 1704272. OLE color: 1704272.

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

Color convert

RGB80126-
CMYK00.990.670.69
HSL341.01º97.53%15.88%-
HSV(B)341.01º98.75%31.37%-
XYZ3.511.81.14-
YUV27.47127.17165.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.77%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=74.77%
G=0.93%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8012600.990.670.69341.0197.5315.88
Hex5011A06343451556210
Octal120132014310310552514220
Binary10100001110100110001110000111000101101010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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