#501A1F

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

Shades of Bordeaux #501A1F

Tints of Bordeaux #501A1F

Color information

#501A1F (or 0x501A1F) is unknown color: approx Bordeaux. HEX triplet: 50, 1A and 1F. RGB value is (80,26,31). Sum of RGB (Red+Green+Blue) = 80+26+31=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1F is #AFE5E0. Grayscale: #2A2A2A. Windows color (decimal): -11527649 or 2038352. OLE color: 2038352.

HSL color Cylindrical-coordinate representation of color #501A1F: hue angle of 354.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A1F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB802631-
CMYK00.670.610.69
HSL354.44º50.94%20.78%-
HSV(B)354.44º67.5%31.37%-
XYZ3.922.541.58-
YUV42.72121.39154.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=58.39%
G=18.98%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80263100.670.610.69354.4450.9420.78
Hex501A1F0433D451623315
Octal12032370103751055426325
Binary1010000110101111101000011111101100010110110001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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