#50091C

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

Shades of Bordeaux #50091C

Tints of Bordeaux #50091C

Color information

#50091C (or 0x50091C) is unknown color: approx Bordeaux. HEX triplet: 50, 09 and 1C. RGB value is (80,9,28). Sum of RGB (Red+Green+Blue) = 80+9+28=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #50091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50091C is #AFF6E3. Grayscale: #202020. Windows color (decimal): -11532004 or 1837392. OLE color: 1837392.

HSL color Cylindrical-coordinate representation of color #50091C: hue angle of 343.94º 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 #50091C is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB80928-
CMYK00.890.650.69
HSL343.94º79.78%17.45%-
HSV(B)343.94º88.75%31.37%-
XYZ3.621.981.29-
YUV32.39125.52161.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.38%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=68.38%
G=7.69%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8092800.890.650.69343.9479.7817.45
Hex5091C05941451585011
Octal1201134013110110553012021
Binary10100001001111000101100110000011000101101011000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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