#500310

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

Shades of Bordeaux #500310

Tints of Bordeaux #500310

Color information

#500310 (or 0x500310) is unknown color: approx Bordeaux. HEX triplet: 50, 03 and 10. RGB value is (80,3,16). Sum of RGB (Red+Green+Blue) = 80+3+16=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500310 is #AFFCEF. Grayscale: #1B1B1B. Windows color (decimal): -11533552 or 1049424. OLE color: 1049424.

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

Color convert

RGB80316-
CMYK00.960.800.69
HSL349.87º92.77%16.27%-
HSV(B)349.87º96.25%31.37%-
XYZ3.431.810.66-
YUV27.5121.51165.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80.81%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=80.81%
G=3.03%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8031600.960.800.69349.8792.7716.27
Hex50310060504515e5d10
Octal120320014012010553613520
Binary101000011100000110000010100001000101101011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500310; }

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

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

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

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

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

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

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

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