#501426

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

Shades of Bordeaux #501426

Tints of Bordeaux #501426

Color information

#501426 (or 0x501426) is unknown color: approx Bordeaux. HEX triplet: 50, 14 and 26. RGB value is (80,20,38). Sum of RGB (Red+Green+Blue) = 80+20+38=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501426 is #AFEBD9. Grayscale: #272727. Windows color (decimal): -11529178 or 2495568. OLE color: 2495568.

HSL color Cylindrical-coordinate representation of color #501426: hue angle of 342º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501426 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB802038-
CMYK00.750.520.69
HSL342º60%19.61%-
HSV(B)342º75%31.37%-
XYZ3.912.352.08-
YUV39.99126.88156.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=57.97%
G=14.49%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80203800.750.520.693426019.61
Hex50142604B34451563c14
Octal12024460113641055267424
Binary10100001010010011001001011110100100010110101011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501426; }

 p { color: rgb(80,20,38); }

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

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

 a { background-color: rgb(80,20,38); }

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

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

 span { border-color: rgb(80,20,38); }

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