#500615

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

Shades of Bordeaux #500615

Tints of Bordeaux #500615

Color information

#500615 (or 0x500615) is unknown color: approx Bordeaux. HEX triplet: 50, 06 and 15. RGB value is (80,6,21). Sum of RGB (Red+Green+Blue) = 80+6+21=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #500615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500615 is #AFF9EA. Grayscale: #1D1D1D. Windows color (decimal): -11532779 or 1377872. OLE color: 1377872.

HSL color Cylindrical-coordinate representation of color #500615: hue angle of 347.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500615 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB80621-
CMYK00.920.740.69
HSL347.84º86.05%16.86%-
HSV(B)347.84º92.5%31.37%-
XYZ3.511.890.89-
YUV29.84123.02163.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.77%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=74.77%
G=5.61%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8062100.920.740.69347.8486.0516.86
Hex5061505C4A4515c5611
Octal120625013411210553412621
Binary1010000110101010101110010010101000101101011100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500615; }

 p { color: rgb(80,6,21); }

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

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

 a { background-color: rgb(80,6,21); }

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

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

 span { border-color: rgb(80,6,21); }

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