#501B25

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

Shades of Bordeaux #501B25

Tints of Bordeaux #501B25

Color information

#501B25 (or 0x501B25) is unknown color: approx Bordeaux. HEX triplet: 50, 1B and 25. RGB value is (80,27,37). Sum of RGB (Red+Green+Blue) = 80+27+37=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #501B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B25 is #AFE4DA. Grayscale: #2C2C2C. Windows color (decimal): -11527387 or 2431824. OLE color: 2431824.

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

Color convert

RGB802737-
CMYK00.660.540.69
HSL348.68º49.53%20.98%-
HSV(B)348.68º66.25%31.37%-
XYZ4.032.622.04-
YUV43.99124.06153.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=55.56%
G=18.75%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80273700.660.540.69348.6849.5320.98
Hex501B25042364515d3215
Octal12033450102661055356225
Binary10100001101110010101000010110110100010110101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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