#501823

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

Shades of Bordeaux #501823

Tints of Bordeaux #501823

Color information

#501823 (or 0x501823) is unknown color: approx Bordeaux. HEX triplet: 50, 18 and 23. RGB value is (80,24,35). Sum of RGB (Red+Green+Blue) = 80+24+35=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501823 is #AFE7DC. Grayscale: #2A2A2A. Windows color (decimal): -11528157 or 2299984. OLE color: 2299984.

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

Color convert

RGB802435-
CMYK00.700.560.69
HSL348.21º53.85%20.39%-
HSV(B)348.21º70%31.37%-
XYZ3.942.481.86-
YUV42124.05155.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=57.55%
G=17.27%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80243500.700.560.69348.2153.8520.39
Hex501823046384515c3614
Octal12030430106701055346624
Binary10100001100010001101000110111000100010110101110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501823; }

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

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

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

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

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

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

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

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