#500722

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

Shades of Bordeaux #500722

Tints of Bordeaux #500722

Color information

#500722 (or 0x500722) is unknown color: approx Bordeaux. HEX triplet: 50, 07 and 22. RGB value is (80,7,34). Sum of RGB (Red+Green+Blue) = 80+7+34=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500722 is #AFF8DD. Grayscale: #1F1F1F. Windows color (decimal): -11532510 or 2230096. OLE color: 2230096.

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

Color convert

RGB80734-
CMYK00.910.580.69
HSL337.81º83.91%17.06%-
HSV(B)337.81º91.25%31.37%-
XYZ3.671.971.7-
YUV31.9129.18162.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 34 (13.67% from 255) = 28.10%
R=66.12%
G=5.79%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8073400.910.580.69337.8183.9117.06
Hex5072205B3A451525411
Octal12074201337210552212421
Binary1010000111100010010110111110101000101101010010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500722; }

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

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

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

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

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

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

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

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