#501315

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

Shades of Bordeaux #501315

Tints of Bordeaux #501315

Color information

#501315 (or 0x501315) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 15. RGB value is (80,19,21). Sum of RGB (Red+Green+Blue) = 80+19+21=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501315 is #AFECEA. Grayscale: #252525. Windows color (decimal): -11529451 or 1381200. OLE color: 1381200.

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

Color convert

RGB801921-
CMYK00.760.740.69
HSL358.03º61.62%19.41%-
HSV(B)358.03º76.25%31.37%-
XYZ3.682.230.95-
YUV37.47118.71158.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=66.67%
G=15.83%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80192100.760.740.69358.0361.6219.41
Hex50131504C4A451663e13
Octal120232501141121055467623
Binary10100001001110101010011001001010100010110110011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501315; }

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

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

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

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

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

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

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

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