#501827

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

Shades of Bordeaux #501827

Tints of Bordeaux #501827

Color information

#501827 (or 0x501827) is unknown color: approx Bordeaux. HEX triplet: 50, 18 and 27. RGB value is (80,24,39). Sum of RGB (Red+Green+Blue) = 80+24+39=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501827 is #AFE7D8. Grayscale: #2A2A2A. Windows color (decimal): -11528153 or 2562128. OLE color: 2562128.

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

Color convert

RGB802439-
CMYK00.700.510.69
HSL343.93º53.85%20.39%-
HSV(B)343.93º70%31.37%-
XYZ42.512.19-
YUV42.45126.05154.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=55.94%
G=16.78%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80243900.700.510.69343.9353.8520.39
Hex50182704633451583614
Octal12030470106631055306624
Binary10100001100010011101000110110011100010110101100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501827; }

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

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

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

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

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

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

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

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