#500115

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

Shades of Bordeaux #500115

Tints of Bordeaux #500115

Color information

#500115 (or 0x500115) is unknown color: approx Bordeaux. HEX triplet: 50, 01 and 15. RGB value is (80,1,21). Sum of RGB (Red+Green+Blue) = 80+1+21=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500115 is #AFFEEA. Grayscale: #1A1A1A. Windows color (decimal): -11534059 or 1376592. OLE color: 1376592.

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

Color convert

RGB80121-
CMYK00.990.740.69
HSL344.81º97.53%15.88%-
HSV(B)344.81º98.75%31.37%-
XYZ3.451.780.87-
YUV26.9124.67165.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=78.43%
G=0.98%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8012100.990.740.69344.8197.5315.88
Hex501150634A451596210
Octal120125014311210553114220
Binary10100001101010110001110010101000101101011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500115; }

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

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

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

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

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

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

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

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