#50171E

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

Shades of Bordeaux #50171E

Tints of Bordeaux #50171E

Color information

#50171E (or 0x50171E) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 1E. RGB value is (80,23,30). Sum of RGB (Red+Green+Blue) = 80+23+30=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50171E is #AFE8E1. Grayscale: #282828. Windows color (decimal): -11528418 or 1972048. OLE color: 1972048.

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

Color convert

RGB802330-
CMYK00.710.620.69
HSL352.63º55.34%20.2%-
HSV(B)352.63º71.25%31.37%-
XYZ3.852.411.49-
YUV40.84121.88155.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=60.15%
G=17.29%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80233000.710.620.69352.6355.3420.2
Hex50171E0473E451613714
Octal12027360107761055416724
Binary1010000101111111001000111111110100010110110000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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