#50040F

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

Shades of Bordeaux #50040F

Tints of Bordeaux #50040F

Color information

#50040F (or 0x50040F) is unknown color: approx Bordeaux. HEX triplet: 50, 04 and 0F. RGB value is (80,4,15). Sum of RGB (Red+Green+Blue) = 80+4+15=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #50040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50040F is #AFFBF0. Grayscale: #1C1C1C. Windows color (decimal): -11533297 or 984144. OLE color: 984144.

HSL color Cylindrical-coordinate representation of color #50040F: hue angle of 351.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50040F is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB80415-
CMYK00.950.810.69
HSL351.32º90.48%16.47%-
HSV(B)351.32º95%31.37%-
XYZ3.441.830.62-
YUV27.98120.68165.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80.81%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=80.81%
G=4.04%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8041500.950.810.69351.3290.4816.47
Hex504F05F514515f5a10
Octal120417013712110553713220
Binary101000010011110101111110100011000101101011111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50040F; }

 p { color: rgb(80,4,15); }

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

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

 a { background-color: rgb(80,4,15); }

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

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

 span { border-color: rgb(80,4,15); }

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