#501525

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

Shades of Bordeaux #501525

Tints of Bordeaux #501525

Color information

#501525 (or 0x501525) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 25. RGB value is (80,21,37). Sum of RGB (Red+Green+Blue) = 80+21+37=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501525 is #AFEADA. Grayscale: #282828. Windows color (decimal): -11528923 or 2430288. OLE color: 2430288.

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

Color convert

RGB802137-
CMYK00.740.540.69
HSL343.73º58.42%19.8%-
HSV(B)343.73º73.75%31.37%-
XYZ3.912.382-
YUV40.47126.05156.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=57.97%
G=15.22%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80213700.740.540.69343.7358.4219.8
Hex50152504A36451583a14
Octal12025450112661055307224
Binary10100001010110010101001010110110100010110101100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501525; }

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

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

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

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

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

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

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

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