#501C25

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

Shades of Bordeaux #501C25

Tints of Bordeaux #501C25

Color information

#501C25 (or 0x501C25) is unknown color: approx Bordeaux. HEX triplet: 50, 1C and 25. RGB value is (80,28,37). Sum of RGB (Red+Green+Blue) = 80+28+37=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #501C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C25 is #AFE3DA. Grayscale: #2C2C2C. Windows color (decimal): -11527131 or 2432080. OLE color: 2432080.

HSL color Cylindrical-coordinate representation of color #501C25: hue angle of 349.62º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C25 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB802837-
CMYK00.650.540.69
HSL349.62º48.15%21.18%-
HSV(B)349.62º65%31.37%-
XYZ4.062.672.05-
YUV44.57123.73153.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=55.17%
G=19.31%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80283700.650.540.69349.6248.1521.18
Hex501C25041364515e3015
Octal12034450101661055366025
Binary10100001110010010101000001110110100010110101111011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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