#500219

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

Shades of Bordeaux #500219

Tints of Bordeaux #500219

Color information

#500219 (or 0x500219) is unknown color: approx Bordeaux. HEX triplet: 50, 02 and 19. RGB value is (80,2,25). Sum of RGB (Red+Green+Blue) = 80+2+25=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #500219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500219 is #AFFDE6. Grayscale: #1B1B1B. Windows color (decimal): -11533799 or 1638992. OLE color: 1638992.

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

Color convert

RGB80225-
CMYK00.980.690.69
HSL342.31º95.12%16.08%-
HSV(B)342.31º97.5%31.37%-
XYZ3.511.821.09-
YUV27.94126.34165.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.77%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=74.77%
G=1.87%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8022500.980.690.69342.3195.1216.08
Hex5021906245451565f10
Octal120231014210510552613720
Binary101000010110010110001010001011000101101010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500219; }

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

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

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

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

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

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

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

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