#50172A

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

Shades of Bordeaux #50172A

Tints of Bordeaux #50172A

Color information

#50172A (or 0x50172A) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 2A. RGB value is (80,23,42). Sum of RGB (Red+Green+Blue) = 80+23+42=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50172A is #AFE8D5. Grayscale: #2A2A2A. Windows color (decimal): -11528406 or 2758480. OLE color: 2758480.

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

Color convert

RGB802342-
CMYK00.710.480.69
HSL340º55.34%20.2%-
HSV(B)340º71.25%31.37%-
XYZ4.032.492.46-
YUV42.21127.88154.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=55.17%
G=15.86%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80234200.710.480.6934055.3420.2
Hex50172A04730451543714
Octal12027520107601055246724
Binary10100001011110101001000111110000100010110101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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