#50001A

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

Shades of Bordeaux #50001A

Tints of Bordeaux #50001A

Color information

#50001A (or 0x50001A) is unknown color: approx Bordeaux. HEX triplet: 50, 00 and 1A. RGB value is (80,0,26). Sum of RGB (Red+Green+Blue) = 80+0+26=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #50001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50001A is #AFFFE5. Grayscale: #1A1A1A. Windows color (decimal): -11534310 or 1704016. OLE color: 1704016.

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

Color convert

RGB80026-
CMYK010.670.69
HSL340.5º100%15.69%-
HSV(B)340.5º100%31.37%-
XYZ3.491.781.14-
YUV26.88127.5165.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=75.47%
G=0%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80026010.670.69340.510015.69
Hex5001A06443451546410
Octal120032014410310552414420
Binary10100000110100110010010000111000101101010100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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