#50121F

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

Shades of Bordeaux #50121F

Tints of Bordeaux #50121F

Color information

#50121F (or 0x50121F) is unknown color: approx Bordeaux. HEX triplet: 50, 12 and 1F. RGB value is (80,18,31). Sum of RGB (Red+Green+Blue) = 80+18+31=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50121F is #AFEDE0. Grayscale: #262626. Windows color (decimal): -11529697 or 2036304. OLE color: 2036304.

HSL color Cylindrical-coordinate representation of color #50121F: hue angle of 347.42º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50121F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB801831-
CMYK00.780.610.69
HSL347.42º63.27%19.22%-
HSV(B)347.42º77.5%31.37%-
XYZ3.772.241.53-
YUV38.02124.04157.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=62.02%
G=13.95%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80183100.780.610.69347.4263.2719.22
Hex50121F04E3D4515b3f13
Octal12022370116751055337723
Binary1010000100101111101001110111101100010110101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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