#50192A

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

Shades of Bordeaux #50192A

Tints of Bordeaux #50192A

Color information

#50192A (or 0x50192A) is unknown color: approx Bordeaux. HEX triplet: 50, 19 and 2A. RGB value is (80,25,42). Sum of RGB (Red+Green+Blue) = 80+25+42=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50192A is #AFE6D5. Grayscale: #2B2B2B. Windows color (decimal): -11527894 or 2758992. OLE color: 2758992.

HSL color Cylindrical-coordinate representation of color #50192A: hue angle of 341.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50192A is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB802542-
CMYK00.690.480.69
HSL341.45º52.38%20.59%-
HSV(B)341.45º68.75%31.37%-
XYZ4.072.572.47-
YUV43.38127.22154.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=54.42%
G=17.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80254200.690.480.69341.4552.3820.59
Hex50192A04530451553415
Octal12031520105601055256425
Binary10100001100110101001000101110000100010110101010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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