#50191E

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

Shades of Bordeaux #50191E

Tints of Bordeaux #50191E

Color information

#50191E (or 0x50191E) is unknown color: approx Bordeaux. HEX triplet: 50, 19 and 1E. RGB value is (80,25,30). Sum of RGB (Red+Green+Blue) = 80+25+30=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #50191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50191E is #AFE6E1. Grayscale: #2A2A2A. Windows color (decimal): -11527906 or 1972560. OLE color: 1972560.

HSL color Cylindrical-coordinate representation of color #50191E: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50191E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB802530-
CMYK00.690.620.69
HSL354.55º52.38%20.59%-
HSV(B)354.55º68.75%31.37%-
XYZ3.892.491.5-
YUV42.02121.22155.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=59.26%
G=18.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80253000.690.620.69354.5552.3820.59
Hex50191E0453E451633415
Octal12031360105761055436425
Binary1010000110011111001000101111110100010110110001111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50191E; }

 p { color: rgb(80,25,30); }

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

<style>
 a { background-color: #50191E; }

 a { background-color: rgb(80,25,30); }

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

<style>
 span { border-color: #50191E; }

 span { border-color: rgb(80,25,30); }

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