#50131A

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

Shades of Bordeaux #50131A

Tints of Bordeaux #50131A

Color information

#50131A (or 0x50131A) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 1A. RGB value is (80,19,26). Sum of RGB (Red+Green+Blue) = 80+19+26=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50131A is #AFECE5. Grayscale: #262626. Windows color (decimal): -11529446 or 1708880. OLE color: 1708880.

HSL color Cylindrical-coordinate representation of color #50131A: hue angle of 353.11º 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 #50131A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB801926-
CMYK00.760.670.69
HSL353.11º61.62%19.41%-
HSV(B)353.11º76.25%31.37%-
XYZ3.732.251.21-
YUV38.04121.21157.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=64%
G=15.2%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80192600.760.670.69353.1161.6219.41
Hex50131A04C43451613e13
Octal120233201141031055417623
Binary10100001001111010010011001000011100010110110000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50131A; }

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

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

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

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

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

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

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

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