#50050F

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

Shades of Bordeaux #50050F

Tints of Bordeaux #50050F

Color information

#50050F (or 0x50050F) is unknown color: approx Bordeaux. HEX triplet: 50, 05 and 0F. RGB value is (80,5,15). Sum of RGB (Red+Green+Blue) = 80+5+15=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #50050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50050F is #AFFAF0. Grayscale: #1C1C1C. Windows color (decimal): -11533041 or 984400. OLE color: 984400.

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

Color convert

RGB80515-
CMYK00.940.810.69
HSL352º88.24%16.67%-
HSV(B)352º93.75%31.37%-
XYZ3.451.850.63-
YUV28.56120.35164.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 15 (6.25% from 255) = 15%
R=80%
G=5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8051500.940.810.6935288.2416.67
Hex505F05E51451605811
Octal120517013612110554013021
Binary101000010111110101111010100011000101101100000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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