#500210

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

Shades of Bordeaux #500210

Tints of Bordeaux #500210

Color information

#500210 (or 0x500210) is unknown color: approx Bordeaux. HEX triplet: 50, 02 and 10. RGB value is (80,2,16). Sum of RGB (Red+Green+Blue) = 80+2+16=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #500210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500210 is #AFFDEF. Grayscale: #1A1A1A. Windows color (decimal): -11533808 or 1049168. OLE color: 1049168.

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

Color convert

RGB80216-
CMYK00.980.800.69
HSL349.23º95.12%16.08%-
HSV(B)349.23º97.5%31.37%-
XYZ3.421.790.65-
YUV26.92121.84165.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 81.63%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=81.63%
G=2.04%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8021600.980.800.69349.2395.1216.08
Hex50210062504515d5f10
Octal120220014212010553513720
Binary101000010100000110001010100001000101101011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500210; }

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

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

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

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

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

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

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

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