#50091D

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

Shades of Bordeaux #50091D

Tints of Bordeaux #50091D

Color information

#50091D (or 0x50091D) is unknown color: approx Bordeaux. HEX triplet: 50, 09 and 1D. RGB value is (80,9,29). Sum of RGB (Red+Green+Blue) = 80+9+29=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #50091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50091D is #AFF6E2. Grayscale: #202020. Windows color (decimal): -11532003 or 1902928. OLE color: 1902928.

HSL color Cylindrical-coordinate representation of color #50091D: hue angle of 343.1º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50091D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB80929-
CMYK00.890.640.69
HSL343.1º79.78%17.45%-
HSV(B)343.1º88.75%31.37%-
XYZ3.631.991.36-
YUV32.51126.02161.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.80%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=67.80%
G=7.63%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8092900.890.640.69343.179.7817.45
Hex5091D05940451575011
Octal1201135013110010552712021
Binary10100001001111010101100110000001000101101010111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50091D; }

 p { color: rgb(80,9,29); }

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

<style>
 a { background-color: #50091D; }

 a { background-color: rgb(80,9,29); }

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

<style>
 span { border-color: #50091D; }

 span { border-color: rgb(80,9,29); }

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