#50171A

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

Shades of Bordeaux #50171A

Tints of Bordeaux #50171A

Color information

#50171A (or 0x50171A) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 1A. RGB value is (80,23,26). Sum of RGB (Red+Green+Blue) = 80+23+26=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50171A is #AFE8E5. Grayscale: #282828. Windows color (decimal): -11528422 or 1709904. OLE color: 1709904.

HSL color Cylindrical-coordinate representation of color #50171A: hue angle of 356.84º 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 #50171A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB802326-
CMYK00.710.670.69
HSL356.84º55.34%20.2%-
HSV(B)356.84º71.25%31.37%-
XYZ3.82.391.24-
YUV40.38119.88156.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=62.02%
G=17.83%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80232600.710.670.69356.8455.3420.2
Hex50171A04743451653714
Octal120273201071031055456724
Binary10100001011111010010001111000011100010110110010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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