#501319

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

Shades of Bordeaux #501319

Tints of Bordeaux #501319

Color information

#501319 (or 0x501319) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 19. RGB value is (80,19,25). Sum of RGB (Red+Green+Blue) = 80+19+25=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501319 is #AFECE6. Grayscale: #252525. Windows color (decimal): -11529447 or 1643344. OLE color: 1643344.

HSL color Cylindrical-coordinate representation of color #501319: hue angle of 354.1º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501319 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB801925-
CMYK00.760.690.69
HSL354.1º61.62%19.41%-
HSV(B)354.1º76.25%31.37%-
XYZ3.722.241.16-
YUV37.92120.71158.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64.52%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=64.52%
G=15.32%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80192500.760.690.69354.161.6219.41
Hex50131904C45451623e13
Octal120233101141051055427623
Binary10100001001111001010011001000101100010110110001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501319; }

 p { color: rgb(80,19,25); }

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

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

 a { background-color: rgb(80,19,25); }

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

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

 span { border-color: rgb(80,19,25); }

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