#501828

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

Shades of Bordeaux #501828

Tints of Bordeaux #501828

Color information

#501828 (or 0x501828) is unknown color: approx Bordeaux. HEX triplet: 50, 18 and 28. RGB value is (80,24,40). Sum of RGB (Red+Green+Blue) = 80+24+40=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #501828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501828 is #AFE7D7. Grayscale: #2A2A2A. Windows color (decimal): -11528152 or 2627664. OLE color: 2627664.

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

Color convert

RGB802440-
CMYK00.700.50.69
HSL342.86º53.85%20.39%-
HSV(B)342.86º70%31.37%-
XYZ4.022.512.28-
YUV42.57126.55154.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=55.56%
G=16.67%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80244000.700.50.69342.8653.8520.39
Hex50182804632451573614
Octal12030500106621055276624
Binary10100001100010100001000110110010100010110101011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501828; }

 p { color: rgb(80,24,40); }

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

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

 a { background-color: rgb(80,24,40); }

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

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

 span { border-color: rgb(80,24,40); }

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