#501026

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

Shades of Bordeaux #501026

Tints of Bordeaux #501026

Color information

#501026 (or 0x501026) is unknown color: approx Bordeaux. HEX triplet: 50, 10 and 26. RGB value is (80,16,38). Sum of RGB (Red+Green+Blue) = 80+16+38=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501026 is #AFEFD9. Grayscale: #252525. Windows color (decimal): -11530202 or 2494544. OLE color: 2494544.

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

Color convert

RGB801638-
CMYK00.800.520.69
HSL339.38º66.67%18.82%-
HSV(B)339.38º80%31.37%-
XYZ3.842.222.06-
YUV37.64128.2158.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=59.70%
G=11.94%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80163800.800.520.69339.3866.6718.82
Hex50102605034451534313
Octal120204601206410552310323
Binary101000010000100110010100001101001000101101010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501026; }

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

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

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

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

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

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

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

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