#50151B

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

Shades of Bordeaux #50151B

Tints of Bordeaux #50151B

Color information

#50151B (or 0x50151B) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 1B. RGB value is (80,21,27). Sum of RGB (Red+Green+Blue) = 80+21+27=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50151B is #AFEAE4. Grayscale: #272727. Windows color (decimal): -11528933 or 1774928. OLE color: 1774928.

HSL color Cylindrical-coordinate representation of color #50151B: hue angle of 353.9º 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 #50151B is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB802127-
CMYK00.740.660.69
HSL353.9º58.42%19.8%-
HSV(B)353.9º73.75%31.37%-
XYZ3.772.321.29-
YUV39.33121.05157.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=62.5%
G=16.41%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80212700.740.660.69353.958.4219.8
Hex50151B04A42451623a14
Octal120253301121021055427224
Binary10100001010111011010010101000010100010110110001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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