#50021B

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

Shades of Bordeaux #50021B

Tints of Bordeaux #50021B

Color information

#50021B (or 0x50021B) is unknown color: approx Bordeaux. HEX triplet: 50, 02 and 1B. RGB value is (80,2,27). Sum of RGB (Red+Green+Blue) = 80+2+27=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #50021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50021B is #AFFDE4. Grayscale: #1C1C1C. Windows color (decimal): -11533797 or 1770064. OLE color: 1770064.

HSL color Cylindrical-coordinate representation of color #50021B: hue angle of 340.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50021B is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB80227-
CMYK00.980.660.69
HSL340.77º95.12%16.08%-
HSV(B)340.77º97.5%31.37%-
XYZ3.531.831.2-
YUV28.17127.34164.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 73.39%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=73.39%
G=1.83%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8022700.980.660.69340.7795.1216.08
Hex5021B06242451555f10
Octal120233014210210552513720
Binary101000010110110110001010000101000101101010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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