#500920

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

Shades of Bordeaux #500920

Tints of Bordeaux #500920

Color information

#500920 (or 0x500920) is unknown color: approx Bordeaux. HEX triplet: 50, 09 and 20. RGB value is (80,9,32). Sum of RGB (Red+Green+Blue) = 80+9+32=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500920 is #AFF6DF. Grayscale: #202020. Windows color (decimal): -11532000 or 2099536. OLE color: 2099536.

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

Color convert

RGB80932-
CMYK00.890.600.69
HSL340.56º79.78%17.45%-
HSV(B)340.56º88.75%31.37%-
XYZ3.672.011.56-
YUV32.85127.52161.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=66.12%
G=7.44%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8093200.890.600.69340.5679.7817.45
Hex509200593C451555011
Octal120114001317410552512021
Binary10100001001100000010110011111001000101101010101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500920; }

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

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

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

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

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

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

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

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