#500119

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

Shades of Bordeaux #500119

Tints of Bordeaux #500119

Color information

#500119 (or 0x500119) is unknown color: approx Bordeaux. HEX triplet: 50, 01 and 19. RGB value is (80,1,25). Sum of RGB (Red+Green+Blue) = 80+1+25=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500119 is #AFFEE6. Grayscale: #1B1B1B. Windows color (decimal): -11534055 or 1638736. OLE color: 1638736.

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

Color convert

RGB80125-
CMYK00.990.690.69
HSL341.77º97.53%15.88%-
HSV(B)341.77º98.75%31.37%-
XYZ3.491.81.08-
YUV27.36126.67165.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=75.47%
G=0.94%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8012500.990.690.69341.7797.5315.88
Hex5011906345451566210
Octal120131014310510552614220
Binary10100001110010110001110001011000101101010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500119; }

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

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

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

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

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

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

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

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