#50151A

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

Shades of Bordeaux #50151A

Tints of Bordeaux #50151A

Color information

#50151A (or 0x50151A) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 1A. RGB value is (80,21,26). Sum of RGB (Red+Green+Blue) = 80+21+26=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50151A is #AFEAE5. Grayscale: #272727. Windows color (decimal): -11528934 or 1709392. OLE color: 1709392.

HSL color Cylindrical-coordinate representation of color #50151A: hue angle of 354.92º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50151A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB802126-
CMYK00.740.670.69
HSL354.92º58.42%19.8%-
HSV(B)354.92º73.75%31.37%-
XYZ3.762.321.23-
YUV39.21120.55157.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=62.99%
G=16.54%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80212600.740.670.69354.9258.4219.8
Hex50151A04A43451633a14
Octal120253201121031055437224
Binary10100001010111010010010101000011100010110110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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