#50021F

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

Shades of Bordeaux #50021F

Tints of Bordeaux #50021F

Color information

#50021F (or 0x50021F) is unknown color: approx Bordeaux. HEX triplet: 50, 02 and 1F. RGB value is (80,2,31). Sum of RGB (Red+Green+Blue) = 80+2+31=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #50021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50021F is #AFFDE0. Grayscale: #1C1C1C. Windows color (decimal): -11533793 or 2032208. OLE color: 2032208.

HSL color Cylindrical-coordinate representation of color #50021F: hue angle of 337.69º 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 #50021F is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB80231-
CMYK00.980.610.69
HSL337.69º95.12%16.08%-
HSV(B)337.69º97.5%31.37%-
XYZ3.581.851.46-
YUV28.63129.34164.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=70.80%
G=1.77%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8023100.980.610.69337.6995.1216.08
Hex5021F0623D451525f10
Octal12023701427510552213720
Binary10100001011111011000101111011000101101010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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