#50181D

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

Shades of Bordeaux #50181D

Tints of Bordeaux #50181D

Color information

#50181D (or 0x50181D) is unknown color: approx Bordeaux. HEX triplet: 50, 18 and 1D. RGB value is (80,24,29). Sum of RGB (Red+Green+Blue) = 80+24+29=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181D is #AFE7E2. Grayscale: #292929. Windows color (decimal): -11528163 or 1906768. OLE color: 1906768.

HSL color Cylindrical-coordinate representation of color #50181D: hue angle of 354.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50181D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB802429-
CMYK00.700.640.69
HSL354.64º53.85%20.39%-
HSV(B)354.64º70%31.37%-
XYZ3.862.451.43-
YUV41.31121.05155.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=60.15%
G=18.05%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80242900.700.640.69354.6453.8520.39
Hex50181D04640451633614
Octal120303501061001055436624
Binary10100001100011101010001101000000100010110110001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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