#50191D

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

Shades of Bordeaux #50191D

Tints of Bordeaux #50191D

Color information

#50191D (or 0x50191D) is unknown color: approx Bordeaux. HEX triplet: 50, 19 and 1D. RGB value is (80,25,29). Sum of RGB (Red+Green+Blue) = 80+25+29=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #50191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50191D is #AFE6E2. Grayscale: #292929. Windows color (decimal): -11527907 or 1907024. OLE color: 1907024.

HSL color Cylindrical-coordinate representation of color #50191D: hue angle of 355.64º 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 #50191D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB802529-
CMYK00.690.640.69
HSL355.64º52.38%20.59%-
HSV(B)355.64º68.75%31.37%-
XYZ3.882.491.44-
YUV41.9120.72155.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=59.70%
G=18.66%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80252900.690.640.69355.6452.3820.59
Hex50191D04540451643415
Octal120313501051001055446425
Binary10100001100111101010001011000000100010110110010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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