#50192B

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

Shades of Bordeaux #50192B

Tints of Bordeaux #50192B

Color information

#50192B (or 0x50192B) is unknown color: approx Bordeaux. HEX triplet: 50, 19 and 2B. RGB value is (80,25,43). Sum of RGB (Red+Green+Blue) = 80+25+43=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50192B is #AFE6D4. Grayscale: #2B2B2B. Windows color (decimal): -11527893 or 2824528. OLE color: 2824528.

HSL color Cylindrical-coordinate representation of color #50192B: hue angle of 340.36º 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 #50192B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB802543-
CMYK00.690.460.69
HSL340.36º52.38%20.59%-
HSV(B)340.36º68.75%31.37%-
XYZ4.092.582.57-
YUV43.5127.72154.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=54.05%
G=16.89%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80254300.690.460.69340.3652.3820.59
Hex50192B0452E451543415
Octal12031530105561055246425
Binary10100001100110101101000101101110100010110101010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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