#50051E

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

Shades of Bordeaux #50051E

Tints of Bordeaux #50051E

Color information

#50051E (or 0x50051E) is unknown color: approx Bordeaux. HEX triplet: 50, 05 and 1E. RGB value is (80,5,30). Sum of RGB (Red+Green+Blue) = 80+5+30=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50051E is #AFFAE1. Grayscale: #1E1E1E. Windows color (decimal): -11533026 or 1967440. OLE color: 1967440.

HSL color Cylindrical-coordinate representation of color #50051E: hue angle of 340º 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 #50051E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB80530-
CMYK00.940.620.69
HSL340º88.24%16.67%-
HSV(B)340º93.75%31.37%-
XYZ3.61.911.41-
YUV30.28127.85163.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 69.57%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=69.57%
G=4.35%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8053000.940.620.6934088.2416.67
Hex5051E05E3E451545811
Octal12053601367610552413021
Binary101000010111110010111101111101000101101010100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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