#50191C

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

Shades of Bordeaux #50191C

Tints of Bordeaux #50191C

Color information

#50191C (or 0x50191C) is unknown color: approx Bordeaux. HEX triplet: 50, 19 and 1C. RGB value is (80,25,28). Sum of RGB (Red+Green+Blue) = 80+25+28=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50191C is #AFE6E3. Grayscale: #292929. Windows color (decimal): -11527908 or 1841488. OLE color: 1841488.

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

Color convert

RGB802528-
CMYK00.690.650.69
HSL356.73º52.38%20.59%-
HSV(B)356.73º68.75%31.37%-
XYZ3.872.481.37-
YUV41.79120.22155.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=60.15%
G=18.80%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80252800.690.650.69356.7352.3820.59
Hex50191C04541451653415
Octal120313401051011055456425
Binary10100001100111100010001011000001100010110110010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50191C; }

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

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

<style>
 a { background-color: #50191C; }

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

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

<style>
 span { border-color: #50191C; }

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

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