#50181B

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

Shades of Bordeaux #50181B

Tints of Bordeaux #50181B

Color information

#50181B (or 0x50181B) is unknown color: approx Bordeaux. HEX triplet: 50, 18 and 1B. RGB value is (80,24,27). Sum of RGB (Red+Green+Blue) = 80+24+27=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181B is #AFE7E4. Grayscale: #292929. Windows color (decimal): -11528165 or 1775696. OLE color: 1775696.

HSL color Cylindrical-coordinate representation of color #50181B: hue angle of 356.79º 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 #50181B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB802427-
CMYK00.700.660.69
HSL356.79º53.85%20.39%-
HSV(B)356.79º70%31.37%-
XYZ3.832.441.31-
YUV41.09120.05155.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=61.07%
G=18.32%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80242700.700.660.69356.7953.8520.39
Hex50181B04642451653614
Octal120303301061021055456624
Binary10100001100011011010001101000010100010110110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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