#50101C

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

Shades of Bordeaux #50101C

Tints of Bordeaux #50101C

Color information

#50101C (or 0x50101C) is unknown color: approx Bordeaux. HEX triplet: 50, 10 and 1C. RGB value is (80,16,28). Sum of RGB (Red+Green+Blue) = 80+16+28=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #50101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50101C is #AFEFE3. Grayscale: #242424. Windows color (decimal): -11530212 or 1839184. OLE color: 1839184.

HSL color Cylindrical-coordinate representation of color #50101C: hue angle of 348.75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50101C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB801628-
CMYK00.800.650.69
HSL348.75º66.67%18.82%-
HSV(B)348.75º80%31.37%-
XYZ3.72.161.32-
YUV36.5123.2159.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64.52%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=64.52%
G=12.90%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80162800.800.650.69348.7566.6718.82
Hex50101C050414515d4313
Octal1202034012010110553510323
Binary101000010000111000101000010000011000101101011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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