#501F26

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

Shades of Bordeaux #501F26

Tints of Bordeaux #501F26

Color information

#501F26 (or 0x501F26) is unknown color: approx Bordeaux. HEX triplet: 50, 1F and 26. RGB value is (80,31,38). Sum of RGB (Red+Green+Blue) = 80+31+38=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F26 is #AFE0D9. Grayscale: #2E2E2E. Windows color (decimal): -11526362 or 2498384. OLE color: 2498384.

HSL color Cylindrical-coordinate representation of color #501F26: hue angle of 351.43º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F26 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB803138-
CMYK00.610.520.69
HSL351.43º44.14%21.76%-
HSV(B)351.43º61.25%31.37%-
XYZ4.152.832.16-
YUV46.45123.23151.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=53.69%
G=20.81%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80313800.610.520.69351.4344.1421.76
Hex501F2603D344515f2c16
Octal1203746075641055375426
Binary1010000111111001100111101110100100010110101111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501F26; }

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

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

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

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

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

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

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

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