#501626

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

Shades of Bordeaux #501626

Tints of Bordeaux #501626

Color information

#501626 (or 0x501626) is unknown color: approx Bordeaux. HEX triplet: 50, 16 and 26. RGB value is (80,22,38). Sum of RGB (Red+Green+Blue) = 80+22+38=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501626 is #AFE9D9. Grayscale: #292929. Windows color (decimal): -11528666 or 2496080. OLE color: 2496080.

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

Color convert

RGB802238-
CMYK00.720.520.69
HSL343.45º56.86%20%-
HSV(B)343.45º72.5%31.37%-
XYZ3.952.422.09-
YUV41.17126.22155.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=57.14%
G=15.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80223800.720.520.69343.4556.8620
Hex50162604834451573914
Octal12026460110641055277124
Binary10100001011010011001001000110100100010110101011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501626; }

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

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

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

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

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

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

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

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