#50071B

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

Shades of Bordeaux #50071B

Tints of Bordeaux #50071B

Color information

#50071B (or 0x50071B) is unknown color: approx Bordeaux. HEX triplet: 50, 07 and 1B. RGB value is (80,7,27). Sum of RGB (Red+Green+Blue) = 80+7+27=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #50071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50071B is #AFF8E4. Grayscale: #1F1F1F. Windows color (decimal): -11532517 or 1771344. OLE color: 1771344.

HSL color Cylindrical-coordinate representation of color #50071B: hue angle of 343.56º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50071B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB80727-
CMYK00.910.660.69
HSL343.56º83.91%17.06%-
HSV(B)343.56º91.25%31.37%-
XYZ3.581.941.22-
YUV31.11125.68162.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=70.18%
G=6.14%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8072700.910.660.69343.5683.9117.06
Hex5071B05B42451585411
Octal120733013310210553012421
Binary1010000111110110101101110000101000101101011000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50071B; }

 p { color: rgb(80,7,27); }

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

<style>
 a { background-color: #50071B; }

 a { background-color: rgb(80,7,27); }

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

<style>
 span { border-color: #50071B; }

 span { border-color: rgb(80,7,27); }

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