#50051F

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

Shades of Bordeaux #50051F

Tints of Bordeaux #50051F

Color information

#50051F (or 0x50051F) is unknown color: approx Bordeaux. HEX triplet: 50, 05 and 1F. RGB value is (80,5,31). Sum of RGB (Red+Green+Blue) = 80+5+31=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50051F is #AFFAE0. Grayscale: #1E1E1E. Windows color (decimal): -11533025 or 2032976. OLE color: 2032976.

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

Color convert

RGB80531-
CMYK00.940.610.69
HSL339.2º88.24%16.67%-
HSV(B)339.2º93.75%31.37%-
XYZ3.611.911.48-
YUV30.39128.35163.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.97%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=68.97%
G=4.31%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8053100.940.610.69339.288.2416.67
Hex5051F05E3D451535811
Octal12053701367510552313021
Binary101000010111111010111101111011000101101010011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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