#50181E

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

Shades of Bordeaux #50181E

Tints of Bordeaux #50181E

Color information

#50181E (or 0x50181E) is unknown color: approx Bordeaux. HEX triplet: 50, 18 and 1E. RGB value is (80,24,30). Sum of RGB (Red+Green+Blue) = 80+24+30=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #50181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181E is #AFE7E1. Grayscale: #292929. Windows color (decimal): -11528162 or 1972304. OLE color: 1972304.

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

Color convert

RGB802430-
CMYK00.700.620.69
HSL353.57º53.85%20.39%-
HSV(B)353.57º70%31.37%-
XYZ3.872.451.5-
YUV41.43121.55155.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=59.70%
G=17.91%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80243000.700.620.69353.5753.8520.39
Hex50181E0463E451623614
Octal12030360106761055426624
Binary1010000110001111001000110111110100010110110001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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