#500919

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

Shades of Bordeaux #500919

Tints of Bordeaux #500919

Color information

#500919 (or 0x500919) is unknown color: approx Bordeaux. HEX triplet: 50, 09 and 19. RGB value is (80,9,25). Sum of RGB (Red+Green+Blue) = 80+9+25=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #500919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500919 is #AFF6E6. Grayscale: #202020. Windows color (decimal): -11532007 or 1640784. OLE color: 1640784.

HSL color Cylindrical-coordinate representation of color #500919: hue angle of 346.48º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500919 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB80925-
CMYK00.890.690.69
HSL346.48º79.78%17.45%-
HSV(B)346.48º88.75%31.37%-
XYZ3.581.971.11-
YUV32.05124.02162.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=70.18%
G=7.89%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8092500.890.690.69346.4879.7817.45
Hex50919059454515a5011
Octal1201131013110510553212021
Binary10100001001110010101100110001011000101101011010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500919; }

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

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

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

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

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

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

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

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