#501724

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

Shades of Bordeaux #501724

Tints of Bordeaux #501724

Color information

#501724 (or 0x501724) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 24. RGB value is (80,23,36). Sum of RGB (Red+Green+Blue) = 80+23+36=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501724 is #AFE8DB. Grayscale: #292929. Windows color (decimal): -11528412 or 2365264. OLE color: 2365264.

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

Color convert

RGB802336-
CMYK00.710.550.69
HSL346.32º55.34%20.2%-
HSV(B)346.32º71.25%31.37%-
XYZ3.932.451.93-
YUV41.52124.88155.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=57.55%
G=16.55%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80233600.710.550.69346.3255.3420.2
Hex501724047374515a3714
Octal12027440107671055326724
Binary10100001011110010001000111110111100010110101101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501724; }

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

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

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

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

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

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

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

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