#50101A

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

Shades of Bordeaux #50101A

Tints of Bordeaux #50101A

Color information

#50101A (or 0x50101A) is unknown color: approx Bordeaux. HEX triplet: 50, 10 and 1A. RGB value is (80,16,26). Sum of RGB (Red+Green+Blue) = 80+16+26=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #50101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50101A is #AFEFE5. Grayscale: #242424. Windows color (decimal): -11530214 or 1708112. OLE color: 1708112.

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

Color convert

RGB801626-
CMYK00.800.670.69
HSL350.62º66.67%18.82%-
HSV(B)350.62º80%31.37%-
XYZ3.682.151.2-
YUV36.28122.2159.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=65.57%
G=13.11%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80162600.800.670.69350.6266.6718.82
Hex50101A050434515f4313
Octal1202032012010310553710323
Binary101000010000110100101000010000111000101101011111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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