#50051A

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

Shades of Bordeaux #50051A

Tints of Bordeaux #50051A

Color information

#50051A (or 0x50051A) is unknown color: approx Bordeaux. HEX triplet: 50, 05 and 1A. RGB value is (80,5,26). Sum of RGB (Red+Green+Blue) = 80+5+26=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50051A is #AFFAE5. Grayscale: #1D1D1D. Windows color (decimal): -11533030 or 1705296. OLE color: 1705296.

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

Color convert

RGB80526-
CMYK00.940.670.69
HSL343.2º88.24%16.67%-
HSV(B)343.2º93.75%31.37%-
XYZ3.551.891.15-
YUV29.82125.85163.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.07%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=72.07%
G=4.50%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8052600.940.670.69343.288.2416.67
Hex5051A05E43451575811
Octal120532013610310552713021
Binary1010000101110100101111010000111000101101010111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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