#501A25

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

Shades of Bordeaux #501A25

Tints of Bordeaux #501A25

Color information

#501A25 (or 0x501A25) is unknown color: approx Bordeaux. HEX triplet: 50, 1A and 25. RGB value is (80,26,37). Sum of RGB (Red+Green+Blue) = 80+26+37=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A25 is #AFE5DA. Grayscale: #2B2B2B. Windows color (decimal): -11527643 or 2431568. OLE color: 2431568.

HSL color Cylindrical-coordinate representation of color #501A25: hue angle of 347.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A25 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB802637-
CMYK00.670.540.69
HSL347.78º50.94%20.78%-
HSV(B)347.78º67.5%31.37%-
XYZ4.012.582.04-
YUV43.4124.39154.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=55.94%
G=18.18%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80263700.670.540.69347.7850.9420.78
Hex501A25043364515c3315
Octal12032450103661055346325
Binary10100001101010010101000011110110100010110101110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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