#501A23

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

Shades of Bordeaux #501A23

Tints of Bordeaux #501A23

Color information

#501A23 (or 0x501A23) is unknown color: approx Bordeaux. HEX triplet: 50, 1A and 23. RGB value is (80,26,35). Sum of RGB (Red+Green+Blue) = 80+26+35=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #501A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A23 is #AFE5DC. Grayscale: #2B2B2B. Windows color (decimal): -11527645 or 2300496. OLE color: 2300496.

HSL color Cylindrical-coordinate representation of color #501A23: hue angle of 350º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A23 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB802635-
CMYK00.670.560.69
HSL350º50.94%20.78%-
HSV(B)350º67.5%31.37%-
XYZ3.982.571.88-
YUV43.17123.39154.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=56.74%
G=18.44%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80263500.670.560.6935050.9420.78
Hex501A23043384515e3315
Octal12032430103701055366325
Binary10100001101010001101000011111000100010110101111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501A23; }

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

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

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

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

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

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

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

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