#500A1F

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

Shades of Bordeaux #500A1F

Tints of Bordeaux #500A1F

Color information

#500A1F (or 0x500A1F) is unknown color: approx Bordeaux. HEX triplet: 50, 0A and 1F. RGB value is (80,10,31). Sum of RGB (Red+Green+Blue) = 80+10+31=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A1F is #AFF5E0. Grayscale: #212121. Windows color (decimal): -11531745 or 2034256. OLE color: 2034256.

HSL color Cylindrical-coordinate representation of color #500A1F: hue angle of 342º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A1F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB801031-
CMYK00.870.610.69
HSL342º77.78%17.65%-
HSV(B)342º87.5%31.37%-
XYZ3.662.021.49-
YUV33.32126.69161.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=66.12%
G=8.26%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80103100.870.610.6934277.7817.65
Hex50A1F0573D451564e12
Octal120123701277510552611622
Binary1010000101011111010101111111011000101101010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500A1F; }

 p { color: rgb(80,10,31); }

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

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

 a { background-color: rgb(80,10,31); }

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

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

 span { border-color: rgb(80,10,31); }

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