#501524

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

Shades of Bordeaux #501524

Tints of Bordeaux #501524

Color information

#501524 (or 0x501524) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 24. RGB value is (80,21,36). Sum of RGB (Red+Green+Blue) = 80+21+36=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501524 is #AFEADB. Grayscale: #282828. Windows color (decimal): -11528924 or 2364752. OLE color: 2364752.

HSL color Cylindrical-coordinate representation of color #501524: hue angle of 344.75º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501524 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB802136-
CMYK00.740.550.69
HSL344.75º58.42%19.8%-
HSV(B)344.75º73.75%31.37%-
XYZ3.892.371.92-
YUV40.35125.55156.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=58.39%
G=15.33%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80213600.740.550.69344.7558.4219.8
Hex50152404A37451593a14
Octal12025440112671055317224
Binary10100001010110010001001010110111100010110101100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501524; }

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

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

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

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

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

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

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

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