#501123

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

Shades of Bordeaux #501123

Tints of Bordeaux #501123

Color information

#501123 (or 0x501123) is unknown color: approx Bordeaux. HEX triplet: 50, 11 and 23. RGB value is (80,17,35). Sum of RGB (Red+Green+Blue) = 80+17+35=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #501123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501123 is #AFEEDC. Grayscale: #252525. Windows color (decimal): -11529949 or 2298192. OLE color: 2298192.

HSL color Cylindrical-coordinate representation of color #501123: hue angle of 342.86º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501123 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB801735-
CMYK00.790.560.69
HSL342.86º64.95%19.02%-
HSV(B)342.86º78.75%31.37%-
XYZ3.812.231.82-
YUV37.89126.37158.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=60.61%
G=12.88%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80173500.790.560.69342.8664.9519.02
Hex50112304F38451574113
Octal120214301177010552710123
Binary101000010001100011010011111110001000101101010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501123; }

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

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

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

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

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

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

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

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