#501624

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

Shades of Bordeaux #501624

Tints of Bordeaux #501624

Color information

#501624 (or 0x501624) is unknown color: approx Bordeaux. HEX triplet: 50, 16 and 24. RGB value is (80,22,36). Sum of RGB (Red+Green+Blue) = 80+22+36=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501624 is #AFE9DB. Grayscale: #282828. Windows color (decimal): -11528668 or 2365008. OLE color: 2365008.

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

Color convert

RGB802236-
CMYK00.720.550.69
HSL345.52º56.86%20%-
HSV(B)345.52º72.5%31.37%-
XYZ3.912.411.93-
YUV40.94125.22155.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=57.97%
G=15.94%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80223600.720.550.69345.5256.8620
Hex501624048374515a3914
Octal12026440110671055327124
Binary10100001011010010001001000110111100010110101101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501624; }

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

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

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

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

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

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

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

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