#501523

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

Shades of Bordeaux #501523

Tints of Bordeaux #501523

Color information

#501523 (or 0x501523) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 23. RGB value is (80,21,35). Sum of RGB (Red+Green+Blue) = 80+21+35=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501523 is #AFEADC. Grayscale: #282828. Windows color (decimal): -11528925 or 2299216. OLE color: 2299216.

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

Color convert

RGB802135-
CMYK00.740.560.69
HSL345.76º58.42%19.8%-
HSV(B)345.76º73.75%31.37%-
XYZ3.882.361.84-
YUV40.24125.05156.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=58.82%
G=15.44%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80213500.740.560.69345.7658.4219.8
Hex50152304A384515a3a14
Octal12025430112701055327224
Binary10100001010110001101001010111000100010110101101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501523; }

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

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

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

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

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

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

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

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